Changed docker from debian:stable-slim to alpine

This commit is contained in:
Uptime Computing 2020-10-08 12:57:40 +10:00 committed by GitHub
parent 1053c3278e
commit 2fb41b399d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM debian:stable-slim FROM alpine
LABEL repository="https://github.com/SamKirkland/FTP-Deploy-Action" LABEL repository="https://github.com/SamKirkland/FTP-Deploy-Action"
LABEL maintainer="Sam Kirkland <FTP-Deploy-Action@samkirkland.com>" LABEL maintainer="Sam Kirkland <FTP-Deploy-Action@samkirkland.com>"