Skip to content

Commit

Permalink
Build images with golang 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Sep 21, 2018
1 parent 591500d commit 96e80fc
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,7 +1,7 @@
###############################################################################
# BUILD STAGE

FROM golang:1.10-alpine
FROM golang:1.11-alpine

RUN set -x \
&& apk --no-cache --update add \
Expand Down

0 comments on commit 96e80fc

Please sign in to comment.