From aaf29f1da176837986a3865a7ab28ffb115067c6 Mon Sep 17 00:00:00 2001 From: 4censord Date: Sat, 12 Oct 2024 23:26:51 +0200 Subject: [PATCH] Upgrade the container baseimage --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eea10385..b957b7f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 (Build) -FROM golang:1.18-alpine AS builder +FROM golang:1.23-alpine AS builder ARG VERSION RUN apk add --update --no-cache git make