This commit is contained in:
dependabot[bot]
2023-10-12 07:11:50 -07:00
committed by GitHub

View File

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