Skip to content

Commit

Permalink
Bump openjdk from 22 to 23
Browse files Browse the repository at this point in the history
Bumps openjdk from 22 to 23.

---
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 Dec 12, 2023
1 parent 4a3e227 commit 3ee3c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:22
FROM openjdk:23
ARG JAR_FILE=build/libs/Backend-Auth-0.0.1-SNAPSHOT.jar
ARG MONGODB_URI=mongodb://localhost:27017
ARG KAFKA_URL=localhost:9092
Expand Down

0 comments on commit 3ee3c7b

Please sign in to comment.