jlelse
/
jsonpub
Archived
1
Fork 0

Update to Go 1.14

This commit is contained in:
Jan-Lukas Else 2020-03-01 18:30:37 +01:00
parent 03df5b5916
commit 35a409a739
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.13-alpine as build
FROM golang:1.14-alpine as build
ADD . /app
WORKDIR /app
RUN go build