Update docker for Go 1.16

Signed-off-by: jolheiser <john.olheiser@gmail.com>
pull/9/head
jolheiser 2021-02-21 14:28:10 -06:00
parent c3e03c1408
commit c82619adb6
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
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 --no-cache add build-base git
COPY . /app
WORKDIR /app