From bb9b486951387f9cd2b5a8346bd0bb33d6cf6587 Mon Sep 17 00:00:00 2001 From: Sam Kirkland Date: Thu, 15 Dec 2022 09:35:45 -0600 Subject: [PATCH] Update Dockerfile Patch v3.1.1 to resolve wrong git-ftp version being used --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 004a0be..461c465 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:10-slim +FROM debian:stable-slim LABEL repository="https://github.com/SamKirkland/FTP-Deploy-Action" LABEL maintainer="Sam Kirkland "