mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
Update openjdk Docker tag to v17
This commit is contained in:
parent
97b4ad8f67
commit
f81d5503ae
|
|
@ -6,7 +6,7 @@ WORKDIR /PSF-LoginServer
|
|||
|
||||
RUN sbt server/pack
|
||||
|
||||
FROM openjdk:8-slim
|
||||
FROM openjdk:17-slim
|
||||
|
||||
COPY --from=builder /PSF-LoginServer/server/target/pack/ /usr/local
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue