From 50505ea27cfbfea4dfc35ee95a7a81023d12bf3d Mon Sep 17 00:00:00 2001 From: Sam Kirkland Date: Mon, 16 Aug 2021 11:39:19 -0500 Subject: [PATCH] switching to debian:10-slim --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 461c465..004a0be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-slim +FROM debian:10-slim LABEL repository="https://github.com/SamKirkland/FTP-Deploy-Action" LABEL maintainer="Sam Kirkland "