We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b45adc + b24b439 commit da1b677Copy full SHA for da1b677
terraform/Dockerfile
@@ -2,7 +2,7 @@
2
ARG TERRAFORM_VERSION=1.12.2
3
4
FROM hashicorp/terraform:${TERRAFORM_VERSION} as source
5
-FROM alpine:3.20
+FROM alpine:3.22
6
7
LABEL org.opencontainers.image.authors="[email protected]" \
8
org.opencontainers.image.vendor="https://github.com/cloudkats" \
0 commit comments