mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-26 17:01:53 +08:00
build: openjdk docker image not found
This commit is contained in:
@@ -8,7 +8,7 @@ RUN set -ex \
|
||||
&& sed -i 's|xxl\.job\.executor\.logpath=.*|xxl.job.executor.logpath=/var/log/xxl-job|g' src/main/resources/application.properties \
|
||||
&& mvn clean package -DskipTests
|
||||
|
||||
FROM openjdk:8
|
||||
FROM eclipse-temurin:8-jdk
|
||||
|
||||
RUN set -ex \
|
||||
&& apt-get update \
|
||||
|
||||
Reference in New Issue
Block a user