From cc0f875ec3f5c8b16765f68070520081c196dcb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:09:45 +0000 Subject: [PATCH] chore(deps): update docker digests --- latest/Dockerfile.amd64 | 2 +- latest/Dockerfile.arm | 2 +- latest/Dockerfile.arm64 | 2 +- v1.4/Dockerfile.amd64 | 2 +- v1.4/Dockerfile.arm | 2 +- v1.4/Dockerfile.arm64 | 2 +- v1.5/Dockerfile.amd64 | 2 +- v1.5/Dockerfile.arm | 2 +- v1.5/Dockerfile.arm64 | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index f7e8b6b..d5e74be 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower. cd /srv/app/src && \ GO111MODULE=on go install -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5ab66c89e3757ba671ef831c384fb2f157b809476a853a78bb474a56fe3f6e54 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:568a6e1a78aeff7e5e0f2623c42a2936126db9d5e0abdb1a1347cf9a17b20aac WORKDIR /root CMD ["/usr/bin/container"] diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index c265010..bc72788 100644 --- a/latest/Dockerfile.arm +++ b/latest/Dockerfile.arm @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower. cd /srv/app/src && \ GO111MODULE=on go install -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:e75a623ed537278206efda32b773674ec0fa6257d329cb02a97c1e4c168460ae +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:dd4d7baf29914abab7af1282f108e8a17db3656d9e2686c340e3605eb3cc3872 WORKDIR /root CMD ["/usr/bin/container"] diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index 791f88b..be86996 100644 --- a/latest/Dockerfile.arm64 +++ b/latest/Dockerfile.arm64 @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower. cd /srv/app/src && \ GO111MODULE=on go install -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5f96b55e7f45cf3cdf27b8ed005f9d765ff0f3db7f6218f4560e12ccd1b02293 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:da04f756ba152c9f1ead2201866d6dfc89bf4546c742b70a00e007996a4e7669 WORKDIR /root CMD ["/usr/bin/container"] diff --git a/v1.4/Dockerfile.amd64 b/v1.4/Dockerfile.amd64 index 858a5a5..5a2ce88 100644 --- a/v1.4/Dockerfile.amd64 +++ b/v1.4/Dockerfile.amd64 @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower. cd /srv/app/src && \ GO111MODULE=on go install -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5ab66c89e3757ba671ef831c384fb2f157b809476a853a78bb474a56fe3f6e54 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:568a6e1a78aeff7e5e0f2623c42a2936126db9d5e0abdb1a1347cf9a17b20aac WORKDIR /root CMD ["/usr/bin/container"] diff --git a/v1.4/Dockerfile.arm b/v1.4/Dockerfile.arm index 1ada668..54b0f29 100644 --- a/v1.4/Dockerfile.arm +++ b/v1.4/Dockerfile.arm @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower. cd /srv/app/src && \ GO111MODULE=on go install -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:e75a623ed537278206efda32b773674ec0fa6257d329cb02a97c1e4c168460ae +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:dd4d7baf29914abab7af1282f108e8a17db3656d9e2686c340e3605eb3cc3872 WORKDIR /root CMD ["/usr/bin/container"] diff --git a/v1.4/Dockerfile.arm64 b/v1.4/Dockerfile.arm64 index 8576378..8a457a1 100644 --- a/v1.4/Dockerfile.arm64 +++ b/v1.4/Dockerfile.arm64 @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower. cd /srv/app/src && \ GO111MODULE=on go install -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5f96b55e7f45cf3cdf27b8ed005f9d765ff0f3db7f6218f4560e12ccd1b02293 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:da04f756ba152c9f1ead2201866d6dfc89bf4546c742b70a00e007996a4e7669 WORKDIR /root CMD ["/usr/bin/container"] diff --git a/v1.5/Dockerfile.amd64 b/v1.5/Dockerfile.amd64 index f7e8b6b..d5e74be 100644 --- a/v1.5/Dockerfile.amd64 +++ b/v1.5/Dockerfile.amd64 @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower. cd /srv/app/src && \ GO111MODULE=on go install -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:5ab66c89e3757ba671ef831c384fb2f157b809476a853a78bb474a56fe3f6e54 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:568a6e1a78aeff7e5e0f2623c42a2936126db9d5e0abdb1a1347cf9a17b20aac WORKDIR /root CMD ["/usr/bin/container"] diff --git a/v1.5/Dockerfile.arm b/v1.5/Dockerfile.arm index c265010..bc72788 100644 --- a/v1.5/Dockerfile.arm +++ b/v1.5/Dockerfile.arm @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower. cd /srv/app/src && \ GO111MODULE=on go install -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:e75a623ed537278206efda32b773674ec0fa6257d329cb02a97c1e4c168460ae +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:dd4d7baf29914abab7af1282f108e8a17db3656d9e2686c340e3605eb3cc3872 WORKDIR /root CMD ["/usr/bin/container"] diff --git a/v1.5/Dockerfile.arm64 b/v1.5/Dockerfile.arm64 index 791f88b..be86996 100644 --- a/v1.5/Dockerfile.arm64 +++ b/v1.5/Dockerfile.arm64 @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower. cd /srv/app/src && \ GO111MODULE=on go install -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:5f96b55e7f45cf3cdf27b8ed005f9d765ff0f3db7f6218f4560e12ccd1b02293 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:da04f756ba152c9f1ead2201866d6dfc89bf4546c742b70a00e007996a4e7669 WORKDIR /root CMD ["/usr/bin/container"]