Skip to content

Commit

Permalink
chore(docker): upgrade terraform and alpine (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSussman authored Nov 8, 2023
1 parent a396dd9 commit c3e506c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# set a global Docker argument for the default CLI version
#
# https://github.com/moby/moby/issues/37345
ARG TERRAFORM_VERSION=1.2.7
ARG TERRAFORM_VERSION=1.6.1

################################################################################
## docker build --no-cache --target binary -t vela-terraform:binary . ##
Expand All @@ -29,7 +29,7 @@ RUN apk add --update --no-cache ca-certificates
## docker build --no-cache -t vela-terraform:local . ##
###############################################################

FROM alpine:3.18.2
FROM alpine:3.18.4

ARG TERRAFORM_VERSION

Expand Down

0 comments on commit c3e506c

Please sign in to comment.