From f3e75ff4986431eec310a07fdc307f66c3958aa3 Mon Sep 17 00:00:00 2001 From: ohkinozomu Date: Fri, 9 Aug 2024 07:28:30 +0900 Subject: [PATCH] Update Go to 1.22 in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index afd15f9..5d99806 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21-alpine3.20 AS builder +FROM golang:1.22-alpine3.20 AS builder RUN apk update RUN apk add git