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