Skip to content

Commit bdb21f0

Browse files
chore(deps): update eclipse-temurin docker tag to v21.0.8_9-jdk (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thor Tudal Lauridsen <30320530+thorlauridsen@users.noreply.github.com>
1 parent 798d0e8 commit bdb21f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY . .
2323
RUN ./gradlew --no-daemon :api:clean :api:build -x test
2424

2525
# Stage 2: Package the application into a runtime image using temurin JDK 21.
26-
FROM eclipse-temurin:21.0.7_6-jdk
26+
FROM eclipse-temurin:21.0.8_9-jdk
2727
WORKDIR /app
2828

2929
# Copy the generated jar from the builder stage.

0 commit comments

Comments
 (0)