Skip to content

Commit e518f1d

Browse files
authored
Merge pull request #2 from buildo/eclipse-temurin-17.0.7_7-jre-focal
Update eclipse-temurin to 17.0.7_7
2 parents b30197a + cbd847a commit e518f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17.0.6_10-jre-focal@sha256:b10df4660e02cf944260b13182e4815fc3e577ba510de7f4abccc797e93d9106
1+
FROM eclipse-temurin:17.0.7_7-jre-focal@sha256:22f133769ce2b956d150ab749cd4630b3e7fbac2b37049911aa0973a1283047c
22

33
# Download and install wkhtmltopdf
44
RUN apt-get update \
@@ -17,4 +17,4 @@ RUN apt-get update \
1717
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" \
1818
&& dpkg -i ./wkhtmltopdf.deb \
1919
&& apt-get install -f \
20-
&& rm -rf wkhtmlto*
20+
&& rm -rf wkhtmlto*

0 commit comments

Comments
 (0)