Skip to content

Commit 446c226

Browse files
build(deps): bump openjdk from 11-jdk to 18-jdk in /server
Bumps openjdk from 11-jdk to 18-jdk. --- updated-dependencies: - dependency-name: openjdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 237367a commit 446c226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:11-jdk
1+
FROM openjdk:18-jdk
22
EXPOSE 8080:8080
33
RUN mkdir /app
44
COPY ./build/install/server/ /app/

0 commit comments

Comments
 (0)