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