summaryrefslogtreecommitdiff
path: root/.docker
diff options
context:
space:
mode:
authorwn_ <[email protected]>2024-05-22 14:54:13 +0000
committerwn_ <[email protected]>2024-05-22 14:55:24 +0000
commit4137e7f473c652cfe8ffaabdf283ff3c2e9863d2 (patch)
tree9bc4559e747236139e50b4cd93608e6cdeb9703c /.docker
parent8b037e81d8163104bfb535ce3dff3b24f5e9adcc (diff)
Bump to Alpine 3.20.
This is to keep receiving updates for things from the Alpine community repo (e.g. PHP).
Diffstat (limited to '.docker')
-rw-r--r--.docker/app/Dockerfile2
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