Skip to content

Commit

Permalink
Updating golang version for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoj3 committed Aug 4, 2019
1 parent fa5039d commit f028f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11.4-alpine3.8 as builder
FROM golang:1.12.7-alpine3.10 as builder

RUN adduser -D -g '' dirstalkuser
RUN apk add --update make git
Expand Down

0 comments on commit f028f1c

Please sign in to comment.