Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent 1febecc commit 9000e90
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,4 +1,4 @@
FROM eclipse-temurin:21.0.4_7-jdk-jammy AS build
FROM eclipse-temurin:21.0.5_11-jdk-jammy AS build

# Install Node JS
RUN apt-get update -y && apt-get install --no-install-recommends -y curl git \
Expand Down Expand Up @@ -26,7 +26,7 @@ RUN ./gradlew -Dsonar.gradle.skipCompile=true --console plain --no-configuration
clean shadowJar -x test -x accessibilityTest \
&& mv -vf build/libs/*.jar app.jar

FROM eclipse-temurin:21.0.4_7-jre-alpine
FROM eclipse-temurin:21.0.5_11-jre-alpine

LABEL org.opencontainers.image.description="Monummenta Hygínia Java Application Service"
LABEL org.opencontainers.image.url="https://github.com/Liber-UFPE/hyginia/"
Expand Down

0 comments on commit 9000e90

Please sign in to comment.