update dockerifle

This commit is contained in:
Zack Scholl 2020-02-28 13:30:39 -08:00
parent 0b99be5b30
commit a87b571376
1 changed files with 1 additions and 1 deletions

View File

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