mirror of
https://github.com/anthonyraymond/joal.git
synced 2024-11-10 09:02:31 +08:00
update Dockerfile
This commit is contained in:
parent
e1feccad65
commit
a168db074b
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Builder image with jdk
|
# Builder image with jdk
|
||||||
FROM --platform=$BUILDPLATFORM maven:3.6-jdk-8 AS build
|
FROM maven:3.8.1-adoptopenjdk-11 AS build
|
||||||
|
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
@ -15,7 +15,7 @@ RUN apt-get update \
|
||||||
|
|
||||||
|
|
||||||
# Actual joal image with jre only
|
# Actual joal image with jre only
|
||||||
FROM openjdk:8u181-jre
|
FROM adoptopenjdk:11.0.11_9-jre-hotspot
|
||||||
|
|
||||||
LABEL name="joal"
|
LABEL name="joal"
|
||||||
LABEL maintainer="joal.contact@gmail.com"
|
LABEL maintainer="joal.contact@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue