From a5a5afe276095952ec2eca2b27ef10ea41d98610 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 21:43:05 +0100 Subject: [PATCH] chore(deps): update golang docker tag to v1.24.1 (#270) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 196694f..a7dd66c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY web-app /app/ RUN npm run build # Stage 2: Build the Go binary -FROM golang:1.24.0-alpine3.21 AS builder +FROM golang:1.24.1-alpine3.21 AS builder # Set the working directory inside the container WORKDIR /app