We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cb85d commit be99fa6Copy full SHA for be99fa6
Dockerfile
@@ -5,7 +5,7 @@ RUN gradle build --no-daemon
5
RUN rm -rf dist
6
RUN unzip build/distributions/github-actions-typing.zip -d dist
7
8
-FROM eclipse-temurin:17.0.6_10-jre
+FROM eclipse-temurin:17.0.7_7-jre
9
RUN mkdir /app
10
COPY --from=build /src/dist/github-actions-typing/lib/*.jar /app/
11
WORKDIR /app
0 commit comments