diff --git a/scripts/conf/go/Dockerfile b/scripts/conf/go/Dockerfile index 495ac7b..aea8caa 100644 --- a/scripts/conf/go/Dockerfile +++ b/scripts/conf/go/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.10.1-stretch +FROM golang:1.10.2-stretch MAINTAINER thomas.leroux@ulule.com diff --git a/scripts/go-wrapper b/scripts/go-wrapper index f71fbd9..437bea8 100755 --- a/scripts/go-wrapper +++ b/scripts/go-wrapper @@ -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"