Skip to content

Commit

Permalink
chore(deps): update docker (terraform/dockerfile)
Browse files Browse the repository at this point in the history
  • Loading branch information
IK Renovate Bot committed May 30, 2024
1 parent 363a385 commit 748ed40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# renovate: datasource=github-releases depName=hashicorp/terraform
ARG TERRAFORM_VERSION=1.7.5
ARG TERRAFORM_VERSION=1.8.4

FROM hashicorp/terraform:${TERRAFORM_VERSION} as source
FROM alpine:3.19
FROM alpine:3.20

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

0 comments on commit 748ed40

Please sign in to comment.