From 235d06d04e729ef94bac1647f797af2b2e2533d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 00:43:50 +0000 Subject: [PATCH] chore(deps): update bump-dependencies --- .github/workflows/sitectl-create-smoke-test.yaml | 2 +- Dockerfile | 2 +- compose.override-example.yaml | 2 +- compose.yaml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/sitectl-create-smoke-test.yaml b/.github/workflows/sitectl-create-smoke-test.yaml index 56b9575..a9c3a84 100644 --- a/.github/workflows/sitectl-create-smoke-test.yaml +++ b/.github/workflows/sitectl-create-smoke-test.yaml @@ -21,7 +21,7 @@ jobs: - create_definition: default create_args: >- --yolo - uses: libops/.github/.github/workflows/sitectl-create-smoke-test.yaml@ac5db178c5335b456c20f28aa9f447d93c572aa9 # main + uses: libops/.github/.github/workflows/sitectl-create-smoke-test.yaml@7277eacc89fca014481b2ca66039f4176509bcfc # main with: plugin: ojs create-definition: ${{ matrix.create_definition }} diff --git a/Dockerfile b/Dockerfile index f2be86f..ff47669 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=libops/ojs:3.5.0-5-php84@sha256:f70fc962d341bb28ea8213b9c0872bc307d26ddff4f2bff5dc86737922c77bb5 +ARG BASE_IMAGE=libops/ojs:3.5.0-5-php84@sha256:b2081601a6601438277041390eca0b6ce7bae87f87621f77bbd924a20e0c8ed0 FROM ${BASE_IMAGE} WORKDIR /var/www/ojs diff --git a/compose.override-example.yaml b/compose.override-example.yaml index 738bc51..57b5248 100644 --- a/compose.override-example.yaml +++ b/compose.override-example.yaml @@ -8,7 +8,7 @@ services: ports: - "3306:3306" mailpit: - image: axllent/mailpit:v1.30@sha256:b868afa176bfd6cce2323ea316cd99ccad77915e51e595748f6d786700ecf109 + image: axllent/mailpit:v1.31@sha256:c96991d9bef73594c246d89ca81411d4e916f03e76a7d2d72fa2ab5dd3c9ce24 ports: - "1025:1025" - "8025:8025" diff --git a/compose.yaml b/compose.yaml index 6f122a6..4942a86 100644 --- a/compose.yaml +++ b/compose.yaml @@ -27,7 +27,7 @@ secrets: services: init: - image: libops/base:3.2.2.0@sha256:aa0c61029734f3293bca068a95c72c0b07ac949292c446c83ada78e81a42c85d + image: libops/base:3.2.2.0@sha256:57b396fd8b681d626c89359e3f68618d4822f46c9364854c9d4747c25ab9d705 restart: no working_dir: /work environment: @@ -44,7 +44,7 @@ services: traefik: <<: *common - image: traefik:v3.7.9@sha256:652929a140a32d7cafafb13c6cdfab5376cfeff800f51397b87b524501ed02a8 + image: traefik:v3.7.12@sha256:5447d0eaf375d832b8f224f88db0e80c0a2d44554fc973e3ba72c3a52946cfcc command: - --ping=true - --providers.file.directory=/etc/traefik/dynamic @@ -105,7 +105,7 @@ services: start_period: 10m database-init: - image: libops/base:3.2.2.0@sha256:aa0c61029734f3293bca068a95c72c0b07ac949292c446c83ada78e81a42c85d + image: libops/base:3.2.2.0@sha256:57b396fd8b681d626c89359e3f68618d4822f46c9364854c9d4747c25ab9d705 restart: "no" networks: default: @@ -127,7 +127,7 @@ services: mariadb: <<: *common - image: libops/mariadb:11@sha256:7e0eb90c7cba204b62e8bed72fba00193cbc2e50072fc6e40a6fab8de4b0b857 + image: libops/mariadb:11@sha256:52bc6b83b75921239237d57db7b14fb7cbcecafee6ce110c49fd31d990ec0828 volumes: - mariadb-data:/var/lib/mysql:rw secrets: