From ee464106c1c51393797f99b0b5f576658b88db91 Mon Sep 17 00:00:00 2001 From: shyim Date: Sat, 30 Sep 2023 01:49:45 +0000 Subject: [PATCH] New docker updates --- 8.0/Dockerfile | 2 +- 8.1/Dockerfile | 4 ++-- 8.2/Dockerfile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 3fd7416..abfbb9e 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -15,7 +15,7 @@ RUN apk add --no-cache icu-data-full curl jq && \ rm -f /usr/local/etc/php-fpm.d/www.conf.default COPY --from=ghcr.io/shyim/supervisord:latest@sha256:2fc9ea4c1925da2c2ee94fcd4e81a396deabc27f8c6c1d04cb60d7e4139e74a2 --link /usr/local/bin/supervisord /usr/bin/supervisord -COPY --from=docker.io/library/caddy:latest@sha256:d562fe2c43d80690d7311781945a4e581f518061443e25fbeced20eff729520c --link /usr/bin/caddy /usr/bin/caddy +COPY --from=docker.io/library/caddy:latest@sha256:df239ca80315c8271f9e87a981fb47124831f8b5a7c85970249d2dfd712479a3 --link /usr/bin/caddy /usr/bin/caddy ENV APP_ENV=prod \ APP_URL_CHECK_DISABLED=1 \ diff --git a/8.1/Dockerfile b/8.1/Dockerfile index 7d092a8..d230cea 100644 --- a/8.1/Dockerfile +++ b/8.1/Dockerfile @@ -1,6 +1,6 @@ #syntax=docker/dockerfile:1.4 -FROM docker.io/library/php:8.1.23-fpm-alpine@sha256:6f2996310701224eb03d157f5ee2ae6942020e28347465162b9f5702e40ee6bb +FROM docker.io/library/php:8.1.23-fpm-alpine@sha256:82b4692f29cfcde41b7c03dddfc908af1fe08b2ede6edf5160f90f3d032ac85d ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ @@ -15,7 +15,7 @@ RUN apk add --no-cache icu-data-full curl jq && \ rm -f /usr/local/etc/php-fpm.d/www.conf.default COPY --from=ghcr.io/shyim/supervisord:latest@sha256:2fc9ea4c1925da2c2ee94fcd4e81a396deabc27f8c6c1d04cb60d7e4139e74a2 --link /usr/local/bin/supervisord /usr/bin/supervisord -COPY --from=docker.io/library/caddy:latest@sha256:d562fe2c43d80690d7311781945a4e581f518061443e25fbeced20eff729520c --link /usr/bin/caddy /usr/bin/caddy +COPY --from=docker.io/library/caddy:latest@sha256:df239ca80315c8271f9e87a981fb47124831f8b5a7c85970249d2dfd712479a3 --link /usr/bin/caddy /usr/bin/caddy ENV APP_ENV=prod \ APP_URL_CHECK_DISABLED=1 \ diff --git a/8.2/Dockerfile b/8.2/Dockerfile index 375a945..7c25ca7 100644 --- a/8.2/Dockerfile +++ b/8.2/Dockerfile @@ -1,6 +1,6 @@ #syntax=docker/dockerfile:1.4 -FROM docker.io/library/php:8.2.10-fpm-alpine@sha256:e1c1abdceab987fc369dc0ba929b15aad0f438879e9133e08fdc67f1971c01e2 +FROM docker.io/library/php:8.2.10-fpm-alpine@sha256:4dfcb10fced59075c1fc9e7bb2f0e425f975314f3bb40cff9f3560ceb5ca9040 ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ @@ -15,7 +15,7 @@ RUN apk add --no-cache icu-data-full curl jq && \ rm -f /usr/local/etc/php-fpm.d/www.conf.default COPY --from=ghcr.io/shyim/supervisord:latest@sha256:2fc9ea4c1925da2c2ee94fcd4e81a396deabc27f8c6c1d04cb60d7e4139e74a2 --link /usr/local/bin/supervisord /usr/bin/supervisord -COPY --from=docker.io/library/caddy:latest@sha256:d562fe2c43d80690d7311781945a4e581f518061443e25fbeced20eff729520c --link /usr/bin/caddy /usr/bin/caddy +COPY --from=docker.io/library/caddy:latest@sha256:df239ca80315c8271f9e87a981fb47124831f8b5a7c85970249d2dfd712479a3 --link /usr/bin/caddy /usr/bin/caddy ENV APP_ENV=prod \ APP_URL_CHECK_DISABLED=1 \