chore: updates

This commit is contained in:
Joel Wetzell
2026-05-09 13:49:48 -05:00
parent 7367f55fa9
commit 9d22f9fc47
3 changed files with 53 additions and 18 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.26.2
ARG GO_VERSION=1.26.3
FROM golang:${GO_VERSION}-alpine AS build
RUN apk --no-cache add ca-certificates tzdata git
WORKDIR /build