Skip to content

Commit b30197a

Browse files
authored
Merge pull request #1 from buildo/17.0.6_10_0.12.6-1
Go back to focal
2 parents ab727be + 47f6de3 commit b30197a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17.0.6_10-jre-jammy@sha256:f2e5fa11c16cd41da0433bab513790b0c9f95071675ad1a8e853aaaa3e0db6af
1+
FROM eclipse-temurin:17.0.6_10-jre-focal@sha256:b10df4660e02cf944260b13182e4815fc3e577ba510de7f4abccc797e93d9106
22

33
# Download and install wkhtmltopdf
44
RUN apt-get update \
@@ -11,9 +11,10 @@ RUN apt-get update \
1111
libx11-6 \
1212
libxrender1 \
1313
libjpeg-turbo8 \
14+
libssl1.1 \
1415
&& apt-get clean
1516

16-
RUN curl "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb" -L -o "wkhtmltopdf.deb" \
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" \
1718
&& dpkg -i ./wkhtmltopdf.deb \
1819
&& apt-get install -f \
1920
&& rm -rf wkhtmlto*

0 commit comments

Comments
 (0)