Skip to content

Commit

Permalink
Update alpine to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Aug 5, 2024
1 parent c7f8be0 commit 7e634d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG OPENTOFU_VERSION=latest
FROM hashicorp/terraform:$TERRAFORM_VERSION AS terraform
FROM ghcr.io/opentofu/opentofu:$OPENTOFU_VERSION AS opentofu

FROM golang:1.22-alpine3.19
FROM golang:1.22-alpine3.20
RUN apk --no-cache add make git bash
COPY --from=terraform /bin/terraform /usr/local/bin/
COPY --from=opentofu /usr/local/bin/tofu /usr/local/bin/
Expand Down

0 comments on commit 7e634d6

Please sign in to comment.