From b7930b6a2e6990c0ef474b9041e73194777b5fb6 Mon Sep 17 00:00:00 2001 From: Sam Kirkland Date: Thu, 15 Dec 2022 09:52:44 -0600 Subject: [PATCH] v3.0.0-patch --- 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 "