This commit is contained in:
dependabot[bot] 2026-08-26 02:23:47 +00:00 committed by GitHub
commit a8bcae1a2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM golang:1.26-alpine AS builder
FROM golang:1.27-alpine AS builder
ARG VERSION=dev
ARG COMMIT=none
WORKDIR /src