From fc4b6b6de3fd9293c0070a74f85a7d0e6af87463 Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Sat, 10 Aug 2024 22:48:16 +0900 Subject: [PATCH] Update alpine to v3.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1feaf87..951b3a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.