mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-06 05:30:21 +00:00
Merge pull request #868 from psforever/renovate/openjdk-18.x
Update openjdk Docker tag to v18
This commit is contained in:
commit
04e16f2901
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /PSF-LoginServer
|
|||
|
||||
RUN sbt server/pack
|
||||
|
||||
FROM openjdk:17-slim
|
||||
FROM openjdk:18-slim
|
||||
|
||||
COPY --from=builder /PSF-LoginServer/server/target/pack/ /usr/local
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue