Skip to content

Commit

Permalink
[docker] Update eclipse-temurin Docker tag to v21.0.4_7-jre
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent e6a467f commit 05f45b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY pom.xml ./pom.xml
COPY --from=front-builder /opt/openbas-build/openbas-front/builder/prod/build ./openbas-front/builder/prod/build
RUN mvn install -DskipTests -Pdev

FROM eclipse-temurin:21.0.3_9-jre AS app
FROM eclipse-temurin:21.0.4_7-jre AS app

RUN DEBIAN_FRONTEND=noninteractive apt-get update -q && DEBIAN_FRONTEND=noninteractive apt-get install -qq -y tini;
COPY --from=api-builder /opt/openbas-build/openbas/openbas-api/target/openbas-api.jar ./
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_circleci
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY openbas-front/builder/prod/build ./openbas-front/builder/prod/build
COPY pom.xml ./pom.xml
RUN mvn install -DskipTests -Pdev

FROM eclipse-temurin:21.0.3_9-jre AS app
FROM eclipse-temurin:21.0.4_7-jre AS app

RUN ln -s /usr/bin/dpkg-split /usr/sbin/dpkg-split
RUN ln -s /usr/bin/dpkg-deb /usr/sbin/dpkg-deb
Expand Down

0 comments on commit 05f45b8

Please sign in to comment.