declaring 1.3.0

Package Release Number

better licence image

Shrunk image

Fixed size

MASCOT UPDATE

fixed CSS and Added Mascot to main site
This commit is contained in:
riomoo 2026-01-25 17:36:35 -05:00
parent 05a1723805
commit b6ec90ed70
Signed by: riomoo
SSH key fingerprint: SHA256:dP5B5iLpXU5V8aBA8eGm9tN5YtxXJybnv4McyltPyzM
11 changed files with 73 additions and 30 deletions

View file

@ -2,7 +2,7 @@
set -e
VERSION="${1:-v1.1.000}"
VERSION="${1:-v1.3.000}"
RELEASE_DIR="./releases"
BINARIES_DIR="./binaries"

View file

@ -41,6 +41,6 @@ echo "Cleaning up old images..."
podman image prune --force
echo "Update and cleanup complete!"
echo "Container is running with memory limit: 512MB, swap: 512MB"
echo "Container is running with memory limit: 512MB"
echo "Go memory limit (GOMEMLIMIT): 512MiB"
echo "Aggressive GC enabled (GOGC=50)"