From 1b692c9f5be4f7f4418e34401ab51e383bd15fe6 Mon Sep 17 00:00:00 2001 From: Sam Kirkland Date: Thu, 2 Feb 2023 01:55:23 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74ca2c5..c7c02fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-20220125-slim +FROM debian:stable-20210111-slim LABEL repository="https://github.com/SamKirkland/FTP-Deploy-Action" LABEL maintainer="Sam Kirkland "