Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Upgrade golang from 1.7 to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jirik committed Nov 10, 2017
1 parent b9bd234 commit 09ba9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.7
FROM golang:1.8
MAINTAINER "Lukas Martinelli <me@lukasmartinelli.ch>"

ENV PG_MAJOR 9.6
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ build:

release:
@echo "Release: $(VERSION)"
docker pull golang:1.7
docker pull golang:1.8
docker build -f Dockerfile -t $(DOCKER_IMAGE):$(VERSION) .
docker images | grep $(DOCKER_IMAGE) | grep $(VERSION)

0 comments on commit 09ba9bf

Please # to comment.