Skip to content

Commit da1b677

Browse files
Merge pull request #978 from cloudkats/renovate/master-terraform-docker
chore(deps): update alpine docker tag to v3.22 (terraform/dockerfile) (master)
2 parents 5b45adc + b24b439 commit da1b677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG TERRAFORM_VERSION=1.12.2
33

44
FROM hashicorp/terraform:${TERRAFORM_VERSION} as source
5-
FROM alpine:3.20
5+
FROM alpine:3.22
66

77
LABEL org.opencontainers.image.authors="[email protected]" \
88
org.opencontainers.image.vendor="https://github.com/cloudkats" \

0 commit comments

Comments
 (0)