Revert "chore(deps): update eclipse-temurin docker tag"

This reverts commit e4aa472f23.
This commit is contained in:
Kavin 2024-04-26 21:02:19 +01:00 committed by GitHub
parent 4766e0dfe6
commit b78d32bc89
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.0.2_13-jdk AS build
FROM eclipse-temurin:21-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.0.2_13-jre
FROM eclipse-temurin:21-jre
RUN --mount=type=cache,target=/var/cache/apt/ \
apt-get update && \

View File

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