mirror of
https://github.com/moby/moby.git
synced 2026-08-09 09:33:50 +00:00
hack: fix malformed ROOTLESSKIT_VERSION
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# When updating, also update go.mod and Dockerfile accordingly.
|
||||
: "$ROOTLESSKIT_VERSION:=v3.0.2}"
|
||||
: "${ROOTLESSKIT_VERSION:=v3.0.2}"
|
||||
|
||||
install_rootlesskit() {
|
||||
case "$1" in
|
||||
|
||||
Reference in New Issue
Block a user