Skip to content
Snippets Groups Projects
Commit 4a465515 authored by richardpapp's avatar richardpapp
Browse files

Alpine 3.20 - 0.12.6

parent 711f1683
No related branches found
No related tags found
1 merge request!3Alpine 3.20 - 0.12.6
To create the binaries for a new version of either Alpine or wkhtmltopdf, use this `Dockerfile` and adjust the version tags: 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.19.0-0.12.6-full as wkhtmltopdf FROM surnet/alpine-wkhtmltopdf:3.20.0-0.12.6-full as wkhtmltopdf
FROM php:8.2-fpm-alpine3.19 AS app FROM php:8.2-fpm-alpine3.20 AS app
# wkhtmltopdf install dependencies # wkhtmltopdf install dependencies
RUN apk add --no-cache \ RUN apk add --no-cache \
......
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment