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

update docker

This commit is contained in:
Zack Scholl 2021-04-17 20:40:56 -07:00
parent 5ad68b9ced
commit 026487a833

View file

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