diff --git a/tools/kubectl/Dockerfile b/tools/kubectl/Dockerfile index 7d84a55..01ec1f0 100644 --- a/tools/kubectl/Dockerfile +++ b/tools/kubectl/Dockerfile @@ -1,5 +1,5 @@ # hadolint ignore=DL3007 -FROM ghcr.io/iodeslykos/alpine:latest@sha256:7d6bbd716353a0523c44d61b2f689dcd6532955bd65680cf22b241ffc8eac66d AS base +FROM ghcr.io/iodeslykos/alpine:latest@sha256:225868efa493110e6c8d0f6b374dae77f3b5c7d0fff4144ff645196c2514be58 AS base LABEL org.opencontainers.image.title="kubectl" LABEL org.opencontainers.image.authors="iodeslykos <42@iodeslykos.com>" diff --git a/tools/opentofu/Dockerfile b/tools/opentofu/Dockerfile index 5c06fae..00d8c0a 100644 --- a/tools/opentofu/Dockerfile +++ b/tools/opentofu/Dockerfile @@ -1,5 +1,5 @@ # hadolint ignore=DL3007 -FROM ghcr.io/iodeslykos/alpine:latest@sha256:7d6bbd716353a0523c44d61b2f689dcd6532955bd65680cf22b241ffc8eac66d AS base +FROM ghcr.io/iodeslykos/alpine:latest@sha256:225868efa493110e6c8d0f6b374dae77f3b5c7d0fff4144ff645196c2514be58 AS base LABEL org.opencontainers.image.title="opentofu" LABEL org.opencontainers.image.authors="iodeslykos <42@iodeslykos.com>" diff --git a/tools/opentofu/Dockerfile_experimental b/tools/opentofu/Dockerfile_experimental index 49b01ef..f566768 100644 --- a/tools/opentofu/Dockerfile_experimental +++ b/tools/opentofu/Dockerfile_experimental @@ -24,7 +24,7 @@ WORKDIR ${workdir}/cmd/tofu RUN CGO_ENABLED=0 GOOS=${build_os} GOARCH=${build_arch} go build -a -ldflags "-w -s -extldflags '-static' -X 'main.experimentsAllowed=yes'" -o /bin/tofu -FROM ghcr.io/iodeslykos/alpine:latest@sha256:7d6bbd716353a0523c44d61b2f689dcd6532955bd65680cf22b241ffc8eac66d AS final +FROM ghcr.io/iodeslykos/alpine:latest@sha256:225868efa493110e6c8d0f6b374dae77f3b5c7d0fff4144ff645196c2514be58 AS final COPY --from=builder /bin/tofu /usr/local/bin/tofu