From 57bd178670cf05b4cedc0a025da7ec647d9a2bc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 16:51:36 +0100 Subject: [PATCH] chore(deps): update golang docker tag to v1.24.0 (#234) 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 17b4146..288548c 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.23.6-alpine3.21 AS builder +FROM golang:1.24.0-alpine3.21 AS builder # Set the working directory inside the container WORKDIR /app