Skip to content

Commit

Permalink
更改 PBH Docker 基本镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Jan 7, 2025
1 parent cebd859 commit 7c58248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk add --update npm curl git && \
mv webui/dist src/main/resources/static && \
mvn -B clean package --file pom.xml -T 1.5C -P thin-sqlite-packaging

FROM docker.io/eclipse-temurin:23-jre-noble
FROM docker.io/bellsoft/liberica-runtime-container:jre-23-slim-musl
LABEL maintainer="https://github.com/PBH-BTN/PeerBanHelper"
USER 0
EXPOSE 9898
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-Release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/eclipse-temurin:23-jre-noble
FROM docker.io/bellsoft/liberica-runtime-container:jre-23-slim-musl
LABEL maintainer="https://github.com/PBH-BTN/PeerBanHelper"
COPY target/libraries /app/libraries
COPY target/PeerBanHelper.jar /app/PeerBanHelper.jar
Expand Down

0 comments on commit 7c58248

Please sign in to comment.