Skip to content

Commit

Permalink
chore: Upgrade go docker image for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
novln committed Jan 31, 2023
1 parent 42fe29c commit c93cd87
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-buster
FROM golang:1-bullseye

MAINTAINER thomas@leroux.io

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-buster"
CONTAINER_IMAGE="golang:1-bullseye"

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

0 comments on commit c93cd87

Please sign in to comment.