switching docker to ubuntu:20.04

This commit is contained in:
SamKirkland 2021-08-16 10:59:10 -05:00
parent 4895f6f251
commit 346a843f1e

View File

@ -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 <FTP-Deploy-Action@samkirkland.com>"