Skip to content

Commit

Permalink
build(deps): bump openjdk from 11 to 18
Browse files Browse the repository at this point in the history
Bumps openjdk from 11 to 18.

---
updated-dependencies:
- dependency-name: openjdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent b19fe7b commit 5c7d76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm install
RUN npm run build

# Base image for building lpvs lib
FROM openjdk:11@sha256:99bac5bf83633e3c7399aed725c8415e7b569b54e03e4599e580fc9cdb7c21ab AS builder
FROM openjdk:18@sha256:9b448de897d211c9e0ec635a485650aed6e28d4eca1efbc34940560a480b3f1f AS builder

# Install dependencies
RUN apt-get update && \
Expand All @@ -21,7 +21,7 @@ COPY . .
RUN mvn clean install

# Base image for running lpvs container
FROM openjdk:11@sha256:99bac5bf83633e3c7399aed725c8415e7b569b54e03e4599e580fc9cdb7c21ab
FROM openjdk:18@sha256:9b448de897d211c9e0ec635a485650aed6e28d4eca1efbc34940560a480b3f1f

# Install dependencies and remove tmp files
RUN apt-get update && \
Expand Down

0 comments on commit 5c7d76f

Please sign in to comment.