Update eclipse-temurin Docker tag

This commit is contained in:
renovate[bot] 2023-04-27 12:14:30 +00:00 committed by GitHub
parent 7460fe2f75
commit fc534ad781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jdk AS build
FROM eclipse-temurin:17.0.7_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:17-jre
FROM eclipse-temurin:17.0.7_7-jre
WORKDIR /app/

View file

@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jre
FROM eclipse-temurin:17.0.7_7-jre
WORKDIR /app/