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