Skip to content

Commit

Permalink
chore: update docker version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyssmith2nd committed Mar 17, 2023
1 parent a9dcfcf commit 947cd0b
Showing 1 changed file with 1 addition and 1 deletion.
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-20220721"
test -z "$DOCKER_TAG" && DOCKER_TAG="chronograf-20230228"

docker run \
-e AWS_ACCESS_KEY_ID \
Expand Down

0 comments on commit 947cd0b

Please sign in to comment.