From 505f687053d69a3b4deaee2c9408706e9230a4b1 Mon Sep 17 00:00:00 2001 From: shyim Date: Thu, 14 Dec 2023 01:29:21 +0000 Subject: [PATCH] New docker updates --- 8.0/Dockerfile | 2 +- 8.1/Dockerfile | 2 +- 8.2/Dockerfile | 2 +- 8.3/Dockerfile | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/8.0/Dockerfile b/8.0/Dockerfile index fe80327..9d8a157 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 --link /usr/local/bin/supervisord /usr/bin/supervisord -COPY --from=docker.io/library/caddy:latest@sha256:e523a9bc9e19fb96a082b4d83ebae2ce6267f56f2b7b4ac462135ebc51f68e58 --link /usr/bin/caddy /usr/bin/caddy +COPY --from=docker.io/library/caddy:latest@sha256:2f148ddb6662b4245ef4ced637e928eaf67a8a1941572d69627652253e779366 --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 fa042da..0486e40 100644 --- a/8.1/Dockerfile +++ b/8.1/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 --link /usr/local/bin/supervisord /usr/bin/supervisord -COPY --from=docker.io/library/caddy:latest@sha256:e523a9bc9e19fb96a082b4d83ebae2ce6267f56f2b7b4ac462135ebc51f68e58 --link /usr/bin/caddy /usr/bin/caddy +COPY --from=docker.io/library/caddy:latest@sha256:2f148ddb6662b4245ef4ced637e928eaf67a8a1941572d69627652253e779366 --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 126470c..8a1e08b 100644 --- a/8.2/Dockerfile +++ b/8.2/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 --link /usr/local/bin/supervisord /usr/bin/supervisord -COPY --from=docker.io/library/caddy:latest@sha256:e523a9bc9e19fb96a082b4d83ebae2ce6267f56f2b7b4ac462135ebc51f68e58 --link /usr/bin/caddy /usr/bin/caddy +COPY --from=docker.io/library/caddy:latest@sha256:2f148ddb6662b4245ef4ced637e928eaf67a8a1941572d69627652253e779366 --link /usr/bin/caddy /usr/bin/caddy ENV APP_ENV=prod \ APP_URL_CHECK_DISABLED=1 \ diff --git a/8.3/Dockerfile b/8.3/Dockerfile index 5634fd1..f845590 100644 --- a/8.3/Dockerfile +++ b/8.3/Dockerfile @@ -1,6 +1,6 @@ #syntax=docker/dockerfile:1.4 -FROM docker.io/library/php:8.3.0-fpm-alpine@sha256:5988e51f5003fe465510d29575aaa567215b54721e1f417bbd532090a4df0406 +FROM docker.io/library/php:8.3.0-fpm-alpine@sha256:db3111594618c4f96b5f1696b325ea82a72f462827a64ceb44a52b291b67f67c 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 --link /usr/local/bin/supervisord /usr/bin/supervisord -COPY --from=docker.io/library/caddy:latest@sha256:e523a9bc9e19fb96a082b4d83ebae2ce6267f56f2b7b4ac462135ebc51f68e58 --link /usr/bin/caddy /usr/bin/caddy +COPY --from=docker.io/library/caddy:latest@sha256:2f148ddb6662b4245ef4ced637e928eaf67a8a1941572d69627652253e779366 --link /usr/bin/caddy /usr/bin/caddy ENV APP_ENV=prod \ APP_URL_CHECK_DISABLED=1 \