fix: bump Go to 1.23 in Dockerfile (required by prometheus client)
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
# Dockerfile — shared-sqs multi-stage build
|
||||
# Updated: 2026-04-09
|
||||
# Updated: 2026-04-12 — Go 1.23 (required by prometheus client)
|
||||
|
||||
FROM golang:1.22-alpine AS builder
|
||||
FROM golang:1.23-alpine AS builder
|
||||
WORKDIR /build
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
Reference in New Issue
Block a user