Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Update eclipse-temurin Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 8, 2022
1 parent d6ce8eb commit 0f5c8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# SOFTWARE.

# Build stage!
FROM eclipse-temurin:17.0.4_8-jdk-alpine AS builder
FROM eclipse-temurin:17.0.5_8-jdk-alpine AS builder

# Install common libraries we will need
RUN apk update && apk add --no-cache git
Expand All @@ -35,7 +35,7 @@ COPY . .
RUN ./gradlew installDist --stacktrace --no-daemon

# Now we're at the container stage.
FROM eclipse-temurin:17.0.4_8-jdk
FROM eclipse-temurin:17.0.5_8-jdk

# Install common libraries we need
RUN apt update && apt install bash tini
Expand Down

0 comments on commit 0f5c8b7

Please sign in to comment.