Skip to content

Commit

Permalink
rootless: update to 25.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Feb 7, 2024
1 parent 3b2a83b commit ab76fc4
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="25.0.2"
TEST_LATEST="25.0.2"
STABLE_LATEST="25.0.3"
TEST_LATEST="25.0.3"
STATIC_RELEASE_URL=
STATIC_RELEASE_ROOTLESS_URL=
case "$CHANNEL" in
Expand Down

0 comments on commit ab76fc4

Please sign in to comment.