chore(deps): update golang docker tag to v1.23.6 (#191)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-05 06:56:24 +01:00 committed by GitHub
parent 5b98ca1e3c
commit 93773725f4
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
# Stage 2: Build the Go binary
FROM golang:1.23.5-alpine3.21 AS builder
FROM golang:1.23.6-alpine3.21 AS builder
# Set the working directory inside the container
WORKDIR /app