Skip to content

Commit be99fa6

Browse files
committed
chore(deps): update eclipse-temurin docker tag to v17.0.7_7-jre
1 parent e6cb85d commit be99fa6

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.6_10-jre
8+
FROM eclipse-temurin:17.0.7_7-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)