From 422dce08842e1efc614fa301e53aeb7cce6a9770 Mon Sep 17 00:00:00 2001 From: Sam Kirkland Date: Thu, 2 Feb 2023 02:08:28 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8dea6e..1d37687 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM alpine:3.10 +FROM debian:11-slim + LABEL repository="https://github.com/SamKirkland/FTP-Deploy-Action" LABEL maintainer="Sam Kirkland "