Skip to content

Commit

Permalink
Merge pull request #181 from minamijoyo/update-alpine-to-v3.20
Browse files Browse the repository at this point in the history
Update alpine to v3.20
  • Loading branch information
minamijoyo authored Aug 5, 2024
2 parents c7f8be0 + 7e634d6 commit d2c3d22
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 d2c3d22

Please sign in to comment.