We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b30197a + cbd847a commit e518f1dCopy full SHA for e518f1d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:17.0.6_10-jre-focal@sha256:b10df4660e02cf944260b13182e4815fc3e577ba510de7f4abccc797e93d9106
+FROM eclipse-temurin:17.0.7_7-jre-focal@sha256:22f133769ce2b956d150ab749cd4630b3e7fbac2b37049911aa0973a1283047c
2
3
# Download and install wkhtmltopdf
4
RUN apt-get update \
@@ -17,4 +17,4 @@ RUN apt-get update \
17
RUN curl "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb" -L -o "wkhtmltopdf.deb" \
18
&& dpkg -i ./wkhtmltopdf.deb \
19
&& apt-get install -f \
20
- && rm -rf wkhtmlto*
+ && rm -rf wkhtmlto*
0 commit comments