Forgejo: Bump to 9.0.1

This commit is contained in:
Benoit 2024-11-03 19:29:43 +09:00
parent 44a69d7571
commit 16ecb9e5c5
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA

View file

@ -7,10 +7,10 @@ DIST="${IMAGE%%/*}"
VER="${IMAGE#*/}" VER="${IMAGE#*/}"
VER="${VER%/*}" VER="${VER%/*}"
VER="${VER//./-}" VER="${VER//./-}"
UPSTREAM_VER="9.0.0" UPSTREAM_VER="9.0.1"
UPSTREAM_VER_DASH="${UPSTREAM_VER//./-}" UPSTREAM_VER_DASH="${UPSTREAM_VER//./-}"
UPSTREAM_NAME="forgejo" UPSTREAM_NAME="forgejo"
SERIAL="2benoitjpnet" SERIAL="1benoitjpnet"
CNAME="$UPSTREAM_NAME-$UPSTREAM_VER_DASH-$SERIAL-$DIST-$VER" CNAME="$UPSTREAM_NAME-$UPSTREAM_VER_DASH-$SERIAL-$DIST-$VER"
ALIAS="$UPSTREAM_NAME-$UPSTREAM_VER-$SERIAL" ALIAS="$UPSTREAM_NAME-$UPSTREAM_VER-$SERIAL"