From 262153175702ed58cc2beb4db643220c59c5f996 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:59:26 +0000 Subject: [PATCH] chore(deps): update ci-and-docker Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-docker-image.yml | 2 +- .github/workflows/ci.yml | 2 +- Dockerfile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 08e55d3..0aa4276 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Log in to GitHub Container Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb414f1..3b351f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ permissions: jobs: ci: - uses: "WebProject-xyz/.github/.github/workflows/ci.yml@73c813930f57c9e07b0a33b936334329c5569a96" # main + uses: "WebProject-xyz/.github/.github/workflows/ci.yml@923056ac2deedfddf562951d2e0f0cc7bcf278c2" # main secrets: inherit with: test-matrix: | diff --git a/Dockerfile b/Dockerfile index f888ca6..b4a328a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Install dependencies -FROM composer:2@sha256:1c62c57bb5228569034b7b4d1415b17ba6b731619f7de226eaa33ad1845785ec AS composer_build +FROM composer:2@sha256:7725eb4545c438629ae8bde3ef0bb9a5038ef566126ad878442a69007242d267 AS composer_build WORKDIR /app @@ -17,7 +17,7 @@ RUN composer install \ --ignore-platform-reqs # Stage 2: Final image -FROM dunglas/frankenphp:latest@sha256:70eddbe980ed7a2f6cc7a5ce3c5359e32da21014f07e5821cc02e2d459965c6f +FROM dunglas/frankenphp:latest@sha256:37d7976c890be30c1b06ad370de0a3c5e572e2c11b4720196950287eb7f3fd88 # Disable HTTPS by default for the container ENV SERVER_NAME=:80