From b8e199875801f844aed52c19f337963a2e58fd32 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 6 Oct 2023 15:08:14 +0000 Subject: [PATCH] v3.0.19 (#135) Minor updates * Using latest base image --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8902888..591a5e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/nginx-php:php8.2-6.0.20 +FROM bfren/nginx-php:php8.2-6.0.21 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-freshrss" diff --git a/VERSION b/VERSION index edd1851..4ffb4e1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.18 \ No newline at end of file +3.0.19 \ No newline at end of file