Skip to content

Commit

Permalink
chore: Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas LE ROUX committed May 14, 2018
1 parent f17a702 commit 9660fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/conf/go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.10.1-stretch
FROM golang:1.10.2-stretch

MAINTAINER [email protected]

Expand Down
2 changes: 1 addition & 1 deletion scripts/go-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd "${SOURCE_DIRECTORY}/.."
ROOT_DIRECTORY=`pwd`
IMAGE_NAME="limiter-go"
DOCKERFILE="scripts/conf/go/Dockerfile"
CONTAINER_IMAGE="golang:1.10.1-stretch"
CONTAINER_IMAGE="golang:1.10.2-stretch"

if [[ -n "$REDIS_DISABLE_BOOTSTRAP" ]]; then
REDIS_DISABLE_BOOTSTRAP_OPTS="-e REDIS_DISABLE_BOOTSTRAP=$REDIS_DISABLE_BOOTSTRAP"
Expand Down

0 comments on commit 9660fca

Please sign in to comment.