Skip to content

Commit

Permalink
Pin Alpine version to 3.19 (#542)
Browse files Browse the repository at this point in the history
texmf-dist-science is not available on Alpine "edge" branch, nor on
v3.20. The latest version where it is available is 3.19, so use that.

fixes #530
  • Loading branch information
jfresen committed Jul 4, 2024
1 parent c156aba commit 1dac729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.19

RUN apk --no-cache add \
inkscape \
Expand Down

0 comments on commit 1dac729

Please sign in to comment.