From d870ca7bff874491e79ba0c7643f75348c994f35 Mon Sep 17 00:00:00 2001 From: DodoLeDev <59477313+DodoLeDev@users.noreply.github.com> Date: Tue, 17 Jun 2025 13:52:07 +0200 Subject: [PATCH] Updated Dockerfile's references - Golang: 1.17 to 1.24 - Alpine: 3.14 to 3.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0377867..b29488f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG GOPROXY='' -FROM golang:1.17.3-alpine3.14 AS builder +FROM golang:1.24.4-alpine3.22 AS builder ARG GOPROXY LABEL maintainer="Phil Pennock "