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

update dockerfile

This commit is contained in:
Tai Groot 2022-12-01 21:45:10 -08:00
parent fd0db2ad55
commit ae20f2b5ac
No known key found for this signature in database
GPG key ID: D00C269A87614812

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