Force Docker to use Alpine 3.14 when building and fix Drone configuration.

This commit is contained in:
2021-11-19 19:02:09 +05:00
parent be514b2095
commit e7a8b2a7bd
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 openjdk11-jre-headless openjdk11-jdk
VOLUME [ "/data" ]
ENTRYPOINT [ "/data/start.sh" ]
ENTRYPOINT [ "/data/start.sh" ]