This commit is contained in:
dependabot[bot] 2023-10-09 21:18:13 +00:00 committed by GitHub
commit 562ad5eda8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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