Skip to content

Commit d8422d8

Browse files
committed
Use eclipse temurin as base image
1 parent df41032 commit d8422d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:8-slim
1+
FROM eclipse-temurin:8u362-b09-jre-jammy@sha256:3b83f3fc0d016d7536dfd5e8a98ece451061b7dbb6d5db3ddea2db30b6153b28
22

33
# Download and install wkhtmltopdf
44
RUN apt-get update \
@@ -8,12 +8,12 @@ RUN apt-get update \
88
xfonts-75dpi \
99
fontconfig \
1010
libxext6 \
11-
libjpeg62-turbo\
1211
libx11-6 \
1312
libxrender1 \
13+
libjpeg-turbo8 \
1414
&& apt-get clean
1515

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" \
1717
&& dpkg -i ./wkhtmltopdf.deb \
1818
&& apt-get install -f \
1919
&& rm -rf wkhtmlto*

0 commit comments

Comments
 (0)