chore(deps): update eclipse-temurin docker tag

This commit is contained in:
renovate[bot] 2024-01-25 00:54:47 +00:00 committed by Bnyro
parent bbbd068923
commit e4aa472f23
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.2_13-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.2_13-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.2_13-jre
RUN --mount=type=cache,target=/var/cache/apt/ \
apt-get update && \