diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index 8111c0f0..c46af883 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -14,7 +14,7 @@ RUN curl -sSLo - https://github.com/caddyserver/xcaddy/releases/download/v${XCAD --with github.com/ggicci/caddy-jwt@${JWT_VERSION} \ --with magnax.ca/caddy/gopkg@${GOPKG_VERSION} -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5d78e7da52a41546108e91dc39c48e43ddfa797c06d70b58db516f0fb945a5ef +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5ab66c89e3757ba671ef831c384fb2f157b809476a853a78bb474a56fe3f6e54 EXPOSE 8080 diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index 5692ffc8..001b13da 100644 --- a/latest/Dockerfile.arm +++ b/latest/Dockerfile.arm @@ -14,7 +14,7 @@ RUN curl -sSLo - https://github.com/caddyserver/xcaddy/releases/download/v${XCAD --with github.com/ggicci/caddy-jwt@${JWT_VERSION} \ --with magnax.ca/caddy/gopkg@${GOPKG_VERSION} -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:229fbecfabc04f0bc2347908dfd388cb342cc2449a2636b6be02c18d1c7c9679 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:e75a623ed537278206efda32b773674ec0fa6257d329cb02a97c1e4c168460ae EXPOSE 8080 diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index d96121cd..9428afd8 100644 --- a/latest/Dockerfile.arm64 +++ b/latest/Dockerfile.arm64 @@ -14,7 +14,7 @@ RUN curl -sSLo - https://github.com/caddyserver/xcaddy/releases/download/v${XCAD --with github.com/ggicci/caddy-jwt@${JWT_VERSION} \ --with magnax.ca/caddy/gopkg@${GOPKG_VERSION} -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:c778aebac9177eb9d4f3d7baad5ee89e60d3e423797feb6dcd5a5cd88e6be16d +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5f96b55e7f45cf3cdf27b8ed005f9d765ff0f3db7f6218f4560e12ccd1b02293 EXPOSE 8080 diff --git a/v1.0/Dockerfile.amd64 b/v1.0/Dockerfile.amd64 index 916d75fe..0580d126 100644 --- a/v1.0/Dockerfile.amd64 +++ b/v1.0/Dockerfile.amd64 @@ -8,7 +8,7 @@ RUN cd /srv/app/caddy && \ go get ./... && \ go install -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5d78e7da52a41546108e91dc39c48e43ddfa797c06d70b58db516f0fb945a5ef +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5ab66c89e3757ba671ef831c384fb2f157b809476a853a78bb474a56fe3f6e54 EXPOSE 8080 diff --git a/v1.0/Dockerfile.arm b/v1.0/Dockerfile.arm index 74602f12..f62a6b42 100644 --- a/v1.0/Dockerfile.arm +++ b/v1.0/Dockerfile.arm @@ -8,7 +8,7 @@ RUN cd /srv/app/caddy && \ go get ./... && \ go install -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:229fbecfabc04f0bc2347908dfd388cb342cc2449a2636b6be02c18d1c7c9679 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:e75a623ed537278206efda32b773674ec0fa6257d329cb02a97c1e4c168460ae EXPOSE 8080 diff --git a/v1.0/Dockerfile.arm64 b/v1.0/Dockerfile.arm64 index 8098256f..22145569 100644 --- a/v1.0/Dockerfile.arm64 +++ b/v1.0/Dockerfile.arm64 @@ -8,7 +8,7 @@ RUN cd /srv/app/caddy && \ go get ./... && \ go install -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:c778aebac9177eb9d4f3d7baad5ee89e60d3e423797feb6dcd5a5cd88e6be16d +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5f96b55e7f45cf3cdf27b8ed005f9d765ff0f3db7f6218f4560e12ccd1b02293 EXPOSE 8080 diff --git a/v2.5/Dockerfile.amd64 b/v2.5/Dockerfile.amd64 index 6ebed06d..446f0ee4 100644 --- a/v2.5/Dockerfile.amd64 +++ b/v2.5/Dockerfile.amd64 @@ -17,7 +17,7 @@ RUN curl -sSLo - https://github.com/caddyserver/xcaddy/releases/download/v${XCAD --with github.com/ggicci/caddy-jwt@${JWT_VERSION} \ --with magnax.ca/caddy/gopkg@${GOPKG_VERSION} -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5d78e7da52a41546108e91dc39c48e43ddfa797c06d70b58db516f0fb945a5ef +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5ab66c89e3757ba671ef831c384fb2f157b809476a853a78bb474a56fe3f6e54 EXPOSE 8080 diff --git a/v2.5/Dockerfile.arm b/v2.5/Dockerfile.arm index b691491f..7bd4e9f2 100644 --- a/v2.5/Dockerfile.arm +++ b/v2.5/Dockerfile.arm @@ -17,7 +17,7 @@ RUN curl -sSLo - https://github.com/caddyserver/xcaddy/releases/download/v${XCAD --with github.com/ggicci/caddy-jwt@${JWT_VERSION} \ --with magnax.ca/caddy/gopkg@${GOPKG_VERSION} -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:229fbecfabc04f0bc2347908dfd388cb342cc2449a2636b6be02c18d1c7c9679 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:e75a623ed537278206efda32b773674ec0fa6257d329cb02a97c1e4c168460ae EXPOSE 8080 diff --git a/v2.5/Dockerfile.arm64 b/v2.5/Dockerfile.arm64 index 6eed0d7e..004e6455 100644 --- a/v2.5/Dockerfile.arm64 +++ b/v2.5/Dockerfile.arm64 @@ -17,7 +17,7 @@ RUN curl -sSLo - https://github.com/caddyserver/xcaddy/releases/download/v${XCAD --with github.com/ggicci/caddy-jwt@${JWT_VERSION} \ --with magnax.ca/caddy/gopkg@${GOPKG_VERSION} -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:c778aebac9177eb9d4f3d7baad5ee89e60d3e423797feb6dcd5a5cd88e6be16d +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5f96b55e7f45cf3cdf27b8ed005f9d765ff0f3db7f6218f4560e12ccd1b02293 EXPOSE 8080 diff --git a/v2.6/Dockerfile.amd64 b/v2.6/Dockerfile.amd64 index 8efdf6ad..986eb757 100644 --- a/v2.6/Dockerfile.amd64 +++ b/v2.6/Dockerfile.amd64 @@ -17,7 +17,7 @@ RUN curl -sSLo - https://github.com/caddyserver/xcaddy/releases/download/v${XCAD --with github.com/ggicci/caddy-jwt@${JWT_VERSION} \ --with magnax.ca/caddy/gopkg@${GOPKG_VERSION} -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5d78e7da52a41546108e91dc39c48e43ddfa797c06d70b58db516f0fb945a5ef +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5ab66c89e3757ba671ef831c384fb2f157b809476a853a78bb474a56fe3f6e54 EXPOSE 8080 diff --git a/v2.6/Dockerfile.arm b/v2.6/Dockerfile.arm index fde0958c..6a102c67 100644 --- a/v2.6/Dockerfile.arm +++ b/v2.6/Dockerfile.arm @@ -17,7 +17,7 @@ RUN curl -sSLo - https://github.com/caddyserver/xcaddy/releases/download/v${XCAD --with github.com/ggicci/caddy-jwt@${JWT_VERSION} \ --with magnax.ca/caddy/gopkg@${GOPKG_VERSION} -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:229fbecfabc04f0bc2347908dfd388cb342cc2449a2636b6be02c18d1c7c9679 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:e75a623ed537278206efda32b773674ec0fa6257d329cb02a97c1e4c168460ae EXPOSE 8080 diff --git a/v2.6/Dockerfile.arm64 b/v2.6/Dockerfile.arm64 index 29ed1ce2..af4382c2 100644 --- a/v2.6/Dockerfile.arm64 +++ b/v2.6/Dockerfile.arm64 @@ -17,7 +17,7 @@ RUN curl -sSLo - https://github.com/caddyserver/xcaddy/releases/download/v${XCAD --with github.com/ggicci/caddy-jwt@${JWT_VERSION} \ --with magnax.ca/caddy/gopkg@${GOPKG_VERSION} -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:c778aebac9177eb9d4f3d7baad5ee89e60d3e423797feb6dcd5a5cd88e6be16d +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5f96b55e7f45cf3cdf27b8ed005f9d765ff0f3db7f6218f4560e12ccd1b02293 EXPOSE 8080 diff --git a/v2.7/Dockerfile.amd64 b/v2.7/Dockerfile.amd64 index 19a683c4..d1e4ccda 100644 --- a/v2.7/Dockerfile.amd64 +++ b/v2.7/Dockerfile.amd64 @@ -17,7 +17,7 @@ RUN curl -sSLo - https://github.com/caddyserver/xcaddy/releases/download/v${XCAD --with github.com/ggicci/caddy-jwt@${JWT_VERSION} \ --with magnax.ca/caddy/gopkg@${GOPKG_VERSION} -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5d78e7da52a41546108e91dc39c48e43ddfa797c06d70b58db516f0fb945a5ef +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5ab66c89e3757ba671ef831c384fb2f157b809476a853a78bb474a56fe3f6e54 EXPOSE 8080 diff --git a/v2.7/Dockerfile.arm b/v2.7/Dockerfile.arm index 5e274d68..5762bc17 100644 --- a/v2.7/Dockerfile.arm +++ b/v2.7/Dockerfile.arm @@ -17,7 +17,7 @@ RUN curl -sSLo - https://github.com/caddyserver/xcaddy/releases/download/v${XCAD --with github.com/ggicci/caddy-jwt@${JWT_VERSION} \ --with magnax.ca/caddy/gopkg@${GOPKG_VERSION} -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:229fbecfabc04f0bc2347908dfd388cb342cc2449a2636b6be02c18d1c7c9679 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:e75a623ed537278206efda32b773674ec0fa6257d329cb02a97c1e4c168460ae EXPOSE 8080 diff --git a/v2.7/Dockerfile.arm64 b/v2.7/Dockerfile.arm64 index 660491cf..f1b57fac 100644 --- a/v2.7/Dockerfile.arm64 +++ b/v2.7/Dockerfile.arm64 @@ -17,7 +17,7 @@ RUN curl -sSLo - https://github.com/caddyserver/xcaddy/releases/download/v${XCAD --with github.com/ggicci/caddy-jwt@${JWT_VERSION} \ --with magnax.ca/caddy/gopkg@${GOPKG_VERSION} -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:c778aebac9177eb9d4f3d7baad5ee89e60d3e423797feb6dcd5a5cd88e6be16d +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5f96b55e7f45cf3cdf27b8ed005f9d765ff0f3db7f6218f4560e12ccd1b02293 EXPOSE 8080