chore(deps): update eclipse-temurin docker tag

This commit is contained in:
renovate[bot] 2024-07-23 04:38:04 +00:00 committed by GitHub
parent 6380cea805
commit daf64bc627
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.4_7-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.4_7-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.4_7-jre
RUN --mount=type=cache,target=/var/cache/apt/ \
apt-get update && \