Force Dockerfile to use Alpine 3.14 and Drone configuration fixes.
This commit is contained in:
@@ -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" ]
|
||||
|
Reference in New Issue
Block a user