Merge pull request #519 from taigrr/workflow

update dockerfile to v1.19
This commit is contained in:
Zack 2022-12-04 09:37:17 -08:00 committed by GitHub
commit 8a4326bc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.17-alpine as builder
FROM golang:1.19-alpine as builder
RUN apk add --no-cache git
WORKDIR /go/croc
COPY . .