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

This commit is contained in:
renovate[bot] 2025-01-07 14:20:20 +00:00 committed by GitHub
parent 7568074a73
commit 51d746f6b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# Stage 1: Build the Go binary # Stage 1: Build the Go binary
FROM golang:1.22-alpine AS builder FROM golang:1.23-alpine AS builder
# Set the working directory inside the container # Set the working directory inside the container
WORKDIR /app WORKDIR /app