Update docker for Go 1.16 #9

Merged
jolheiser merged 1 commits from refs/pull/9/head into main 2021-02-21 20:28:36 +00:00
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