Skip to content

Commit

Permalink
Merge pull request #6028 from influxdata/smith/update-docker-version
Browse files Browse the repository at this point in the history
chore: update docker version for release
  • Loading branch information
jeffreyssmith2nd authored Mar 17, 2023
2 parents a9dcfcf + 947cd0b commit 0260c15
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 0260c15

Please sign in to comment.