improved tagging
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-08-14 09:59:32 +02:00
parent 5c1fdb3d66
commit d496012c07

View File

@ -1,5 +1,7 @@
FROM alpine:3.14 FROM alpine:3.14
ARG GRAALVERSION
COPY platform.sh ./platform.sh COPY platform.sh ./platform.sh
RUN ls -l RUN ls -l
RUN chmod +x ./platform.sh && ./platform.sh RUN chmod +x ./platform.sh && ./platform.sh