Skip to content

Commit

Permalink
Update to Go 1.14.0 release in dockerfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro committed Feb 27, 2020
1 parent 01fef2c commit 218e24f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
- Add Facebook Instant Game Authentication method.

### Changed
- Build with Go 1.13.8 release.
- Build with Go 1.14.0 release.

## [2.10.0] - 2020-02-13
### Added
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# docker build "$PWD" --build-arg commit="$(git rev-parse --short HEAD)" --build-arg version=v2.1.1 -t heroiclabs/nakama:2.1.1
# docker build "$PWD" --build-arg commit="$(git rev-parse --short HEAD)" --build-arg version="v2.1.1-$(git rev-parse --short HEAD)" -t heroiclabs/nakama-prerelease:"2.1.1-$(git rev-parse --short HEAD)"

FROM golang:1.13.8-buster as builder
FROM golang:1.14.0-buster as builder

ARG commit
ARG version
Expand Down
2 changes: 1 addition & 1 deletion build/pluginbuilder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# docker build "$PWD" --file ./Dockerfile.pluginbuilder --build-arg commit="$(git rev-parse --short HEAD)" --build-arg version=v2.1.1 -t heroiclabs/nakama-pluginbuilder:2.1.1
# docker build "$PWD" --file ./Dockerfile.pluginbuilder --build-arg commit="$(git rev-parse --short HEAD)" --build-arg version="v2.1.1-$(git rev-parse --short HEAD)" -t heroiclabs/nakama-prerelease:"2.1.1-$(git rev-parse --short HEAD)"

FROM golang:1.13.8-buster as builder
FROM golang:1.14.0-buster as builder

MAINTAINER Heroic Labs <[email protected]>

Expand Down

0 comments on commit 218e24f

Please sign in to comment.