fix dockerfile
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2020-04-10 15:46:49 +02:00
parent 4ecca8b500
commit 59f663c1fd
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-jdk-alpine
FROM openjdk:11-jdk-oracle
RUN addgroup -S spring && adduser -S spring -G spring
USER spring:spring
WORKDIR /app