chore(build): bump builder image

pull/6074/head
Ales Pour 2024-01-23 12:35:00 +01:00
parent a120225592
commit d1bbd7d242
2 changed files with 5 additions and 5 deletions

View File

@ -72,7 +72,7 @@ workflows:
jobs:
build:
environment:
DOCKER_TAG: chronograf-20231013
DOCKER_TAG: chronograf-20240123
GO111MODULE: "ON"
machine:
image: ubuntu-2004:202201-02
@ -96,7 +96,7 @@ jobs:
deploy-nightly:
environment:
DOCKER_TAG: chronograf-20231013
DOCKER_TAG: chronograf-20240123
GO111MODULE: "ON"
machine:
image: ubuntu-2004:202201-02
@ -125,7 +125,7 @@ jobs:
deploy-pre-release:
environment:
DOCKER_TAG: chronograf-20231013
DOCKER_TAG: chronograf-20240123
GO111MODULE: "ON"
machine:
image: ubuntu-2004:202201-02
@ -160,7 +160,7 @@ jobs:
deploy-release:
environment:
DOCKER_TAG: chronograf-20231013
DOCKER_TAG: chronograf-20240123
GO111MODULE: "ON"
machine:
image: ubuntu-2004:202201-02

View File

@ -14,7 +14,7 @@ test -z $SSH_KEY_PATH && SSH_KEY_PATH="$HOME/.ssh/id_rsa"
echo "Using SSH key located at: $SSH_KEY_PATH"
# Default docker tag if not specified
test -z "$DOCKER_TAG" && DOCKER_TAG="chronograf-20231013"
test -z "$DOCKER_TAG" && DOCKER_TAG="chronograf-20240123"
docker run \
-e AWS_ACCESS_KEY_ID \