We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f7560 commit 90fa364Copy full SHA for 90fa364
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM golang:1.26.3@sha256:313faae491b410a35402c05d35e7518ae99103d957308e940e1ae2
3
RUN apt-get update \
4
&& apt-get install -y unzip
5
6
-COPY --from=hashicorp/terraform:1.15@sha256:a12a7a9301bbab26589c0a353d5bdfc68bd1a52aa818cbdd698bf0dec094bd61 /bin/terraform /usr/local/bin/terraform
+COPY --from=hashicorp/terraform:1.15@sha256:bf33ffa0dc4777e911f6ab96feafd79be58036b2f74a9772d649818a780c3a13 /bin/terraform /usr/local/bin/terraform
7
COPY --from=goreleaser/goreleaser:v2.15.4@sha256:579eee23514fa647adcc669b5875f866f1c1faf5a0464aec4614a9121684c06c /usr/bin/goreleaser /usr/local/bin/goreleaser
8
9
WORKDIR /work
0 commit comments