Skip to content

Commit

Permalink
feat: update to openjdk 11.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Nobiron authored and eshepelyuk committed Jun 22, 2023
1 parent 00f0f1e commit 7d02cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3-labs
FROM openjdk:11-jre as build
FROM openjdk:11.0.16-jre as build

ARG CMAK_VERSION

Expand All @@ -11,7 +11,7 @@ RUN <<EOF
rm -rf /tmp/cmak.zip
EOF

FROM openjdk:11-jre-slim
FROM openjdk:11.0.16-jre-slim
COPY --from=build /cmak /cmak
VOLUME /cmak/conf
ENV JAVA_OPTS=-XX:MaxRAMPercentage=80
Expand Down

0 comments on commit 7d02cc6

Please sign in to comment.