mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
Update openjdk Docker tag to v18
This commit is contained in:
parent
e2a81d68c1
commit
a66db445ae
|
|
@ -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…
Reference in a new issue