bump golang in dockerfile: 1.22 => 1.23

This commit is contained in:
Spencer Heywood
2025-05-15 08:40:27 -06:00
parent 2c1cd27e2c
commit ef05aac4e5

View File

@@ -1,5 +1,5 @@
# Build
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder
RUN apk add build-base
WORKDIR /app