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

update go in docker

This commit is contained in:
Zack Scholl 2020-09-03 13:34:10 -07:00
parent bd2376e920
commit 900424ca66

View file

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