🔧 bump ssmtp to msmtp, use base alpine image 🔧

- .env.scripts: version-bump, use "alpine" instead of "casjaysdev/alpine" for ENV_PULL_URL, replace ssmtp with msmtp in ENV_PACKAGES
- Dockerfile: replace ssmtp with msmtp in PACK_LIST to match .env.scripts

Dockerfile
.env.scripts
This commit is contained in:
2026-08-02 23:26:29 -04:00
parent 99554a060e
commit 424284829a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ ARG PHP_SERVER
ARG SHELL_OPTS
ARG PATH
ARG PACK_LIST="git openssh bash-completion curl wget sudo unzip iproute2 ssmtp openssl jq tzdata mailcap ncurses util-linux pciutils usbutils coreutils binutils findutils grep rsync zip tini py3-pip procps net-tools coreutils sed gawk grep attr findutils readline lsof less curl shadow ca-certificates "
ARG PACK_LIST="git openssh bash-completion curl wget sudo unzip iproute2 msmtp openssl jq tzdata mailcap ncurses util-linux pciutils usbutils coreutils binutils findutils grep rsync zip tini py3-pip procps net-tools coreutils sed gawk grep attr findutils readline lsof less curl shadow ca-certificates "
ENV ENV=~/.profile
ENV SHELL="/bin/sh"