Force Dockerfile to use Alpine 3.14 and Drone configuration fixes.

This commit is contained in:
2021-11-19 19:36:59 +05:00
parent c296dc60e5
commit cada07e13e
2 changed files with 2 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
FROM alpine:latest
FROM alpine:3.14
RUN apk add --no-cache bash openjdk8 openjdk8-jre
VOLUME [ "/data" ]
ENTRYPOINT [ "/data/start.sh" ]
ENTRYPOINT [ "/data/start.sh" ]