Skip to content

Commit 88e9993

Browse files
committed
fixing up golang version to 1.8
1 parent 8bb25b5 commit 88e9993

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

golang/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker build -t golang .
22
if %errorlevel% neq 0 exit /b %errorlevel%
3-
docker tag golang:latest golang:1.8beta2
3+
docker tag golang:latest golang:1.8

golang/push.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docker tag golang:1.8beta2 stefanscherer/golang-windows:1.8beta2
2-
docker tag golang:1.8beta2 stefanscherer/golang-windows
3-
docker push stefanscherer/golang-windows:1.8beta2
1+
docker tag golang:1.8 stefanscherer/golang-windows:1.8
2+
docker tag golang:1.8 stefanscherer/golang-windows
3+
docker push stefanscherer/golang-windows:1.8
44
docker push stefanscherer/golang-windows

0 commit comments

Comments
 (0)