diff --git a/Dockerfile b/Dockerfile index e829311..5d40fdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ RUN python3 -m PyInstaller -F --strip webchanges.py -FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 AS deploy +FROM alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b AS deploy ENV APP_USER=webchanges ENV PYTHONUTF8=1 RUN apk add --no-cache tini