Skip to content

Commit 9091c35

Browse files
committed
chore(deps): update eclipse-temurin docker tag to v21.0.1_12-jre
1 parent 693518c commit 9091c35

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:21-jre
8+
FROM eclipse-temurin:21.0.1_12-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)