We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8676b32 commit 5e54602Copy full SHA for 5e54602
images/release/golang-1.7/Dockerfile
@@ -6,7 +6,7 @@
6
#
7
FROM openshift/origin-base
8
9
-ENV VERSION=1.7.4 \
+ENV VERSION=1.7.5 \
10
GOARM=5 \
11
GOPATH=/go \
12
GOROOT=/usr/local/go \
images/release/golang-1.7/golang.spec
@@ -1,5 +1,5 @@
1
Name: golang
2
-Version: v1.7.4
+Version: v1.7.5
3
Release: 1%{?dist}
4
Summary: Go install from source
5
Group: Fake
@@ -18,4 +18,4 @@ BuildArch: noarch
18
%changelog
19
* Thu Oct 27 2016 Clayton Coleman <[email protected]> 0.0-1
20
- Initial change
21
-EOF
+EOF
0 commit comments