Bump go version

This commit is contained in:
Owen Schwartz 2024-12-26 18:22:55 -05:00
parent 26a04ceb62
commit 2d8725bf81
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -1,4 +1,4 @@
FROM golang:1.21.5-alpine AS builder
FROM golang:1.23.1-alpine AS builder
# Set the working directory inside the container
WORKDIR /app