From aebc72ed21734b5a0f5eee0aac4cd73b499115a6 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 2 Jan 2024 23:24:24 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 25fe196..e26643c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM purplekarrot/mingw-w64-x86-64:latest -ENV GOLANG_VERSION=1.19.3 +ENV GOLANG_VERSION=1.21.5 RUN apt-get update RUN apt-get install -y --no-install-recommends wget git