Skip to content

Commit

Permalink
rootless-install.sh: update to 24.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
  • Loading branch information
neersighted authored Sep 11, 2023
1 parent e5543d4 commit 81f81e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootless-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ if [ -z "$CHANNEL" ]; then
CHANNEL=$DEFAULT_CHANNEL_VALUE
fi
# The latest release is currently hard-coded.
STABLE_LATEST="24.0.5"
TEST_LATEST="24.0.5"
STABLE_LATEST="24.0.6"
TEST_LATEST="24.0.6"
STATIC_RELEASE_URL=
STATIC_RELEASE_ROOTLESS_URL=
case "$CHANNEL" in
Expand Down

0 comments on commit 81f81e1

Please sign in to comment.