Skip to content

Commit

Permalink
[minor] bump go base image
Browse files Browse the repository at this point in the history
This should help users hit by golang/go#37436

Signed-off-by: Leo Antunes <leo@costela.net>
  • Loading branch information
costela committed Apr 6, 2020
1 parent 71d6738 commit 3b983f3
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
Expand Up @@ -21,7 +21,7 @@
# $ docker exec tailscaled tailscale status


FROM golang:1.14-alpine AS build-env
FROM golang:1.14.1-alpine AS build-env

WORKDIR /go/src/tailscale

Expand Down

0 comments on commit 3b983f3

Please sign in to comment.