Skip to content

Commit

Permalink
Merge pull request #856 from cloudkats/renovate/master-terraform-docker
Browse files Browse the repository at this point in the history
chore(deps): update docker (terraform/dockerfile) (master) (minor)
  • Loading branch information
ivankatliarchuk authored Jun 2, 2024
2 parents 9597eae + d45a053 commit 5e26625
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 5e26625

Please sign in to comment.