Skip to content

Commit

Permalink
Bump java/openjdk from 21 to 22 (#2)
Browse files Browse the repository at this point in the history
Bumps java/openjdk from 21 to 22.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 25, 2024
1 parent 33cf32b commit 28f9f9c
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
@@ -1,6 +1,6 @@

# 1st stage, build the app
FROM container-registry.oracle.com/java/openjdk:21 as build
FROM container-registry.oracle.com/java/openjdk:22 as build

# Install maven
WORKDIR /usr/share
Expand All @@ -25,7 +25,7 @@ ADD src src
RUN mvn package -DskipTests

# 2nd stage, build the runtime image
FROM container-registry.oracle.com/java/openjdk:21
FROM container-registry.oracle.com/java/openjdk:22
WORKDIR /helidon

# Copy the binary built in the 1st stage
Expand Down

0 comments on commit 28f9f9c

Please sign in to comment.