Update Dockerfile

This commit is contained in:
Sam Kirkland 2023-02-02 02:08:28 -06:00 committed by GitHub
parent d3bf065539
commit 422dce0884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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