Revert "chore(deps): update golang docker tag to v1.23.5 (#141)"

This reverts commit 0009463b45.
This commit is contained in:
Icereed 2025-01-23 20:17:05 +01:00 committed by GitHub
parent 96459138d1
commit 973a610255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ ARG COMMIT=unknown
ARG BUILD_DATE=unknown ARG BUILD_DATE=unknown
# Stage 1: Build the Go binary # Stage 1: Build the Go binary
FROM golang:1.23.5-alpine3.21 AS builder FROM golang:1.23.4-alpine3.21 AS builder
# Set the working directory inside the container # Set the working directory inside the container
WORKDIR /app WORKDIR /app