bump go version in dockerfile

This commit is contained in:
Gabe Farrell 2026-01-21 23:17:36 -05:00
parent 4dc127e896
commit ed1f68841d

View file

@ -1,5 +1,5 @@
# Stage 1: Build Go binary using lightweight Alpine # Stage 1: Build Go binary using lightweight Alpine
FROM golang:1.24-alpine AS builder FROM golang:1.25-alpine AS builder
# Set workdir # Set workdir
WORKDIR /app WORKDIR /app