Skip to content

Commit

Permalink
Merge pull request #82 from simoncaron/master
Browse files Browse the repository at this point in the history
Update/Change Zoonavigator JDK Base Image to Adoptium JDK

Fixes #85
  • Loading branch information
elkozmon committed Jun 7, 2023
2 parents 92f0cf7 + 67eebc3 commit 2c81614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN curl \
&& tar xzvf dockerize-alpine-linux-amd64-v${DOCKERIZE_VERSION}.tar.gz -C /usr/local/bin \
&& rm dockerize-alpine-linux-amd64-v${DOCKERIZE_VERSION}.tar.gz

FROM node:14.18.1-buster-slim as npm
FROM node:14.20.1-buster-slim as npm

ARG APP_VERSION
ARG DOCS_URL
Expand Down Expand Up @@ -108,7 +108,7 @@ RUN dockerize \
RUN chgrp -R 0 . \
&& chmod -R g=u .

FROM openjdk:11-jdk-slim
FROM eclipse-temurin:11.0.19_7-jdk

ARG APP_VERSION
ARG DOCS_URL
Expand Down

0 comments on commit 2c81614

Please sign in to comment.