Skip to content

Commit 7441680

Browse files
committed
cmd/gitmirror: update Dockerfile to go1.8 final
Change-Id: I716df9fd406bf3c15efc768d110d68cc4e10611c Reviewed-on: https://go-review.googlesource.com/37295 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 66b5428 commit 7441680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gitmirror/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Note that OpenSSH 6.5+ is required for the Github SSH private key, which requires
66
# at least Debian Jessie (not Wheezy). This uses Jessie:
7-
FROM golang:1.8-rc
7+
FROM golang:1.8
88
LABEL maintainer "[email protected]"
99

1010
# todo(bradfitz): remove duplication between this and coordinator.

0 commit comments

Comments
 (0)