Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v17.0.5_8-jre (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2022
1 parent 2a819ee commit 5254495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN gradle build --no-daemon
RUN rm -rf dist
RUN unzip build/distributions/github-actions-typing.zip -d dist

FROM eclipse-temurin:17-jre
FROM eclipse-temurin:17.0.5_8-jre
RUN mkdir /app
COPY --from=build /src/dist/github-actions-typing/lib/*.jar /app/
WORKDIR /app
Expand Down

0 comments on commit 5254495

Please sign in to comment.