From 4137e7f473c652cfe8ffaabdf283ff3c2e9863d2 Mon Sep 17 00:00:00 2001 From: wn_ Date: Wed, 22 May 2024 14:54:13 +0000 Subject: Bump to Alpine 3.20. This is to keep receiving updates for things from the Alpine community repo (e.g. PHP). --- .docker/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.docker') 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 -- cgit v1.2.3