0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

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

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 . .