Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v17.0.7_7-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 27, 2023
1 parent e6cb85d commit be99fa6
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.0.6_10-jre
FROM eclipse-temurin:17.0.7_7-jre
RUN mkdir /app
COPY --from=build /src/dist/github-actions-typing/lib/*.jar /app/
WORKDIR /app
Expand Down

0 comments on commit be99fa6

Please sign in to comment.