Skip to content

Commit

Permalink
Merge pull request #60 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 committed Aug 10, 2024
2 parents a554bc4 + fc4b6b6 commit 1b30848
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

# A workaround for a permission issue of git.
Expand Down

0 comments on commit 1b30848

Please sign in to comment.