This commit is contained in:
dependabot[bot] 2024-01-20 16:05:59 -07:00 committed by GitHub
commit ae57396bb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder
WORKDIR /app
COPY go.* .