Add multi file test

This commit is contained in:
ViViDboarder
2022-04-24 09:58:00 -07:00
parent 55ea8f5fe7
commit eaf8993535
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine:3.11
RUN apk --no-cache add bash=~5.0 curl=~7.67 ca-certificates=~20191127
RUN apk --no-cache add bash=~5.0 curl=~7.79 ca-certificates=~20191127
COPY push.sh /bin/
RUN chmod +x /bin/push.sh