Skip to content

Commit

Permalink
Bump eclipse-temurin from 21-jammy to 22-jammy in /deploy
Browse files Browse the repository at this point in the history
Bumps eclipse-temurin from 21-jammy to 22-jammy.

---
updated-dependencies:
- dependency-name: eclipse-temurin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 2d52a32 commit 6cb64ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######################################################
## Build
FROM eclipse-temurin:21-jammy as build
FROM eclipse-temurin:22-jammy as build

# BUILDS FOR ADOPTIUM, NOT ADOPTOPENJDK
ARG MAVEN_FLAGS="-Padoptium,-adoptopenjdk"
Expand Down Expand Up @@ -32,7 +32,7 @@ RUN ./mvnw clean install $MAVEN_FLAGS && \

######################################################
## Build Deployment
FROM eclipse-temurin:21-jammy
FROM eclipse-temurin:22-jammy

RUN apt-get update && apt-get -y install openssl adduser && \
useradd -ms /bin/bash api && \
Expand Down

0 comments on commit 6cb64ad

Please sign in to comment.