Skip to content

Commit

Permalink
Update Dockerfile to go1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Nov 18, 2019
1 parent 493b024 commit c994068
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.13.1-alpine AS build
FROM golang:1.13.4-alpine AS build

ARG consul_version=1.6.1
ADD https://releases.hashicorp.com/consul/${consul_version}/consul_${consul_version}_linux_amd64.zip /usr/local/bin
Expand Down

0 comments on commit c994068

Please sign in to comment.