use oracle base image
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2020-05-20 15:19:54 +02:00
parent a68abd2c6b
commit da708d2347
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM openjdk:11-jre-alpine
FROM openjdk:11-jre-oracle
ENV APPLICATION_USER ktor
RUN adduser -D -g '' $APPLICATION_USER