chore(deps): update golang docker tag to v1.24.1

This commit is contained in:
renovate[bot] 2025-03-06 23:33:31 +00:00 committed by GitHub
parent 5ac6bb7532
commit 97e4629141
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ COPY web-app /app/
RUN npm run build RUN npm run build
# Stage 2: Build the Go binary # 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 # Set the working directory inside the container
WORKDIR /app WORKDIR /app