🔧 Update to latest docker template revision 🔧

- .env.scripts: synced ENV_PACKAGES to current template (msmtp, sudo, unzip, iproute2, and other base tools added)
- Dockerfile: added go-toolchain build stage; expanded PACK_LIST to match; apk upgrade and bash/sh symlink setup added to build stage
- rootfs/root/docker/setup/0*.sh: version stamp bumped to current template revision; app-specific logic in 05-custom.sh unchanged
- rootfs/usr/local/bin/entrypoint.sh: version stamp bumped to current template revision
This commit is contained in:
2026-07-27 11:38:19 -04:00
parent 74685f6042
commit 245290ac94
11 changed files with 40 additions and 24 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
#!/usr/bin/env bash
# shellcheck shell=bash
# - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202607112314-git
##@Version : 202607130230-git
# @@Author : CasjaysDev
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : WTFPL
# @@Copyright : Copyright 2026 CasjaysDev
# @@Created : Sat Jul 11 11:14:29 PM EDT 2026
# @@Created : Mon Jul 13 02:30:58 AM EDT 2026
# @@File : 06-post.sh
# @@Description : script to run post
# @@Changelog : newScript