chore(deps): update eclipse-temurin docker tag

This commit is contained in:
renovate[bot] 2024-04-26 20:06:04 +00:00 committed by GitHub
parent 186497664b
commit 8117acecf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jdk AS build
FROM eclipse-temurin:21.0.3_9-jdk AS build
WORKDIR /app/
@ -7,7 +7,7 @@ COPY . /app/
RUN --mount=type=cache,target=/root/.gradle/caches/ \
./gradlew shadowJar
FROM eclipse-temurin:21-jre
FROM eclipse-temurin:21.0.3_9-jre
RUN --mount=type=cache,target=/var/cache/apt/ \
apt-get update && \

View File

@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jre
FROM eclipse-temurin:21.0.3_9-jre
RUN --mount=type=cache,target=/var/cache/apt/ \
apt-get update && \