Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • develop
  • main
2 results

Target

Select target project
  • docker/wkhtmltopdf
1 result
Select Git revision
  • develop
  • main
2 results
Show changes
Commits on Source (2)
To create the binaries for a new version of either Alpine or wkhtmltopdf, use this `Dockerfile` and adjust the version tags:
```
FROM surnet/alpine-wkhtmltopdf:3.17.0-0.12.6-full as wkhtmltopdf
FROM php:8.2-fpm-alpine3.17 AS app
FROM surnet/alpine-wkhtmltopdf:3.19.0-0.12.6-full as wkhtmltopdf
FROM php:8.2-fpm-alpine3.19 AS app
# wkhtmltopdf install dependencies
RUN apk add --no-cache \
......@@ -10,7 +10,7 @@ RUN apk add --no-cache \
libx11 \
libxrender \
libxext \
libssl1.1 \
libssl3 \
ca-certificates \
fontconfig \
freetype \
......
File added
File added