Skip to content

Commit a09d92b

Browse files
committed
chore(deps): update eclipse-temurin docker tag to v21
1 parent 6d80da4 commit a09d92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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.8_7-jre
8+
FROM eclipse-temurin:21-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)