From 2fb41b399d1a3223852716c6bd53c394ccacd62c Mon Sep 17 00:00:00 2001 From: Uptime Computing <48040162+uptimecomputing@users.noreply.github.com> Date: Thu, 8 Oct 2020 12:57:40 +1000 Subject: [PATCH] Changed docker from debian:stable-slim to alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 461c465..ac1ca20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-slim +FROM alpine LABEL repository="https://github.com/SamKirkland/FTP-Deploy-Action" LABEL maintainer="Sam Kirkland "