From 2a65dc017fbc80e7b2771d17e91b32159ae9e152 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 24 May 2024 17:59:57 -0500 Subject: [PATCH] v4.2.8 (#131) Minor updates * Using latest base image * Switching to use Alpine 3.20 --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ba04aed..f1ee9e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.19-5.2.6 +FROM bfren/alpine-s6:alpine3.20-5.3.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-ftps" diff --git a/VERSION b/VERSION index c30a815..a22a281 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.2.7 \ No newline at end of file +4.2.8 \ No newline at end of file