From ba67c4f157b7c290751f0eb23d40d7f79c4855bb Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Mon, 2 Dec 2024 08:46:42 +0100 Subject: [PATCH] fixing old go version for build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f2a66c..606ea85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN npm install tailwindcss RUN npx tailwind -i base.css -o tailwind-bundle.min.css --minify #### Go build stage -FROM golang:1.23.0-alpine AS gobuilder +FROM golang:1.23.3-alpine AS gobuilder # Add package RUN apk add --no-cache autoconf automake libtool build-base musl-dev git