Skip to content

Commit

Permalink
Updated to Go 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jan 5, 2019
1 parent cf61bab commit fc2e388
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,5 +1,5 @@
ARG ALPINE_VERSION=3.8
ARG GO_VERSION=1.11.2
ARG GO_VERSION=1.11.4

FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
RUN apk --update add git build-base upx
Expand Down

0 comments on commit fc2e388

Please sign in to comment.