diff --git a/latest/Dockerfile.amd64 b/latest/Dockerfile.amd64 index 3b282fe..ac5fa41 100644 --- a/latest/Dockerfile.amd64 +++ b/latest/Dockerfile.amd64 @@ -1,10 +1,10 @@ -FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:319b31c5df0eb77ffb2ed1dc31010355c8ad638d4c6da15e03598890a4a6218e AS build +FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:158a18550f32172f00ef26c0fa7c09c47882561b30f5921c7323a8b661a7e2f1 AS build RUN git clone -b master https://github.com/vulcand/vulcand.git /srv/app/src && \ cd /srv/app/src && \ GO111MODULE=on go install ./... -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:cff815fe0b029fefe033533ecfade3b0788493386807d993d1fad48c1ee5afa5 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:a3d2b263aebefdd2e8abda1ff0932ed9c52b07f0456367f02fccdbfdc6cf7a81 EXPOSE 8181 8182 diff --git a/latest/Dockerfile.arm b/latest/Dockerfile.arm index 3032941..ae5f04e 100644 --- a/latest/Dockerfile.arm +++ b/latest/Dockerfile.arm @@ -4,7 +4,7 @@ RUN git clone -b master https://github.com/vulcand/vulcand.git /srv/app/src && \ cd /srv/app/src && \ GO111MODULE=on go install ./... -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:ad9c671ae7232ed33b06e55f6bb41c7b2bb7ab197eaae91138ad19a0560b3221 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:1fd728676f8614f2fd1eb3de1323c3ecef1377e2af012f305bf99cc9458dd25f EXPOSE 8181 8182 diff --git a/latest/Dockerfile.arm64 b/latest/Dockerfile.arm64 index ae6e9f5..fae1134 100644 --- a/latest/Dockerfile.arm64 +++ b/latest/Dockerfile.arm64 @@ -4,7 +4,7 @@ RUN git clone -b master https://github.com/vulcand/vulcand.git /srv/app/src && \ cd /srv/app/src && \ GO111MODULE=on go install ./... -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:adc7e1ccbe6a6fccad0a1e713e098db3edb1947b9ec97f3f78f37faf849326d6 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:7b4bda8457e38b2f7b8b0416473d86d8ff13749669b12e312e58bfe2a4138969 EXPOSE 8181 8182 diff --git a/v0.9/Dockerfile.amd64 b/v0.9/Dockerfile.amd64 index 3547ccf..be1edaa 100644 --- a/v0.9/Dockerfile.amd64 +++ b/v0.9/Dockerfile.amd64 @@ -1,4 +1,4 @@ -FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:319b31c5df0eb77ffb2ed1dc31010355c8ad638d4c6da15e03598890a4a6218e AS build +FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:158a18550f32172f00ef26c0fa7c09c47882561b30f5921c7323a8b661a7e2f1 AS build # renovate: datasource=github-tags depName=vulcand/vulcand ENV VULCAND_VERSION=v0.9.2 @@ -7,7 +7,7 @@ RUN git clone -b ${VULCAND_VERSION} https://github.com/vulcand/vulcand.git /srv/ cd /srv/app/src && \ GO111MODULE=on go install ./... -FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:cff815fe0b029fefe033533ecfade3b0788493386807d993d1fad48c1ee5afa5 +FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:a3d2b263aebefdd2e8abda1ff0932ed9c52b07f0456367f02fccdbfdc6cf7a81 EXPOSE 8181 8182 diff --git a/v0.9/Dockerfile.arm b/v0.9/Dockerfile.arm index 9e7bd9a..ee308eb 100644 --- a/v0.9/Dockerfile.arm +++ b/v0.9/Dockerfile.arm @@ -7,7 +7,7 @@ RUN git clone -b ${VULCAND_VERSION} https://github.com/vulcand/vulcand.git /srv/ cd /srv/app/src && \ GO111MODULE=on go install ./... -FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:ad9c671ae7232ed33b06e55f6bb41c7b2bb7ab197eaae91138ad19a0560b3221 +FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:1fd728676f8614f2fd1eb3de1323c3ecef1377e2af012f305bf99cc9458dd25f EXPOSE 8181 8182 diff --git a/v0.9/Dockerfile.arm64 b/v0.9/Dockerfile.arm64 index 0df17e6..2b234a2 100644 --- a/v0.9/Dockerfile.arm64 +++ b/v0.9/Dockerfile.arm64 @@ -7,7 +7,7 @@ RUN git clone -b ${VULCAND_VERSION} https://github.com/vulcand/vulcand.git /srv/ cd /srv/app/src && \ GO111MODULE=on go install ./... -FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:adc7e1ccbe6a6fccad0a1e713e098db3edb1947b9ec97f3f78f37faf849326d6 +FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:7b4bda8457e38b2f7b8b0416473d86d8ff13749669b12e312e58bfe2a4138969 EXPOSE 8181 8182