File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM openjdk:8-slim
1
+ FROM eclipse-temurin:8u362-b09-jre-jammy@sha256:3b83f3fc0d016d7536dfd5e8a98ece451061b7dbb6d5db3ddea2db30b6153b28
2
2
3
3
# Download and install wkhtmltopdf
4
4
RUN apt-get update \
@@ -8,12 +8,12 @@ RUN apt-get update \
8
8
xfonts-75dpi \
9
9
fontconfig \
10
10
libxext6 \
11
- libjpeg62-turbo\
12
11
libx11-6 \
13
12
libxrender1 \
13
+ libjpeg-turbo8 \
14
14
&& apt-get clean
15
15
16
- RUN curl "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.bullseye_amd64 .deb" -L -o "wkhtmltopdf.deb" \
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
17
&& dpkg -i ./wkhtmltopdf.deb \
18
18
&& apt-get install -f \
19
19
&& rm -rf wkhtmlto*
You can’t perform that action at this time.
0 commit comments