update docker

This commit is contained in:
Zack Scholl 2021-04-17 20:40:56 -07:00
parent 5ad68b9ced
commit 026487a833
1 changed files with 1 additions and 1 deletions

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