Update docker for Go 1.16 (#9)
Co-authored-by: jolheiser <john.olheiser@gmail.com> Reviewed-on: https://gitea.com/jolheiser/vanity/pulls/9 Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-committed-by: John Olheiser <john.olheiser@gmail.com>pull/10/head
parent
c3e03c1408
commit
2f688b839b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue