Skip to content

Commit f7b9cb4

Browse files
chore(deps): update eclipse-temurin docker tag to v17.0.6_10-jre (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c246353 commit f7b9cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN gradle build --no-daemon
55
RUN rm -rf dist
66
RUN unzip build/distributions/github-actions-typing.zip -d dist
77

8-
FROM eclipse-temurin:17.0.5_8-jre
8+
FROM eclipse-temurin:17.0.6_10-jre
99
RUN mkdir /app
1010
COPY --from=build /src/dist/github-actions-typing/lib/*.jar /app/
1111
WORKDIR /app

0 commit comments

Comments
 (0)