Skip to content

Commit

Permalink
chore: update builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
alespour committed Oct 13, 2023
1 parent e854b2f commit 9c40dd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ workflows:
jobs:
build:
environment:
DOCKER_TAG: chronograf-20230503
DOCKER_TAG: chronograf-20231013
GO111MODULE: "ON"
machine:
image: ubuntu-2004:202201-02
Expand All @@ -96,7 +96,7 @@ jobs:

deploy-nightly:
environment:
DOCKER_TAG: chronograf-20230503
DOCKER_TAG: chronograf-20231013
GO111MODULE: "ON"
machine:
image: ubuntu-2004:202201-02
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

deploy-pre-release:
environment:
DOCKER_TAG: chronograf-20230503
DOCKER_TAG: chronograf-20231013
GO111MODULE: "ON"
machine:
image: ubuntu-2004:202201-02
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:

deploy-release:
environment:
DOCKER_TAG: chronograf-20230503
DOCKER_TAG: chronograf-20231013
GO111MODULE: "ON"
machine:
image: ubuntu-2004:202201-02
Expand Down
2 changes: 1 addition & 1 deletion etc/scripts/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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-20230503"
test -z "$DOCKER_TAG" && DOCKER_TAG="chronograf-20231013"

docker run \
-e AWS_ACCESS_KEY_ID \
Expand Down

0 comments on commit 9c40dd4

Please sign in to comment.