diff options
| author | wn_ <invalid@email.com> | 2024-05-22 14:54:13 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2024-05-22 14:55:24 +0000 |
| commit | 4137e7f473c652cfe8ffaabdf283ff3c2e9863d2 (patch) | |
| tree | 9bc4559e747236139e50b4cd93608e6cdeb9703c | |
| parent | 8b037e81d8163104bfb535ce3dff3b24f5e9adcc (diff) | |
Bump to Alpine 3.20.
This is to keep receiving updates for things from the Alpine community repo (e.g. PHP).
| -rw-r--r-- | .docker/app/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index 122ff8f85..35b47646b 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -1,5 +1,5 @@ ARG PROXY_REGISTRY -FROM ${PROXY_REGISTRY}alpine:3.19 +FROM ${PROXY_REGISTRY}alpine:3.20 EXPOSE 9000/tcp ENV SCRIPT_ROOT=/opt/tt-rss |