File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Base ##################################################################
2- ARG base_image_version=3.22
2+ ARG base_image_version=3.23.0
33FROM alpine:$base_image_version AS builder-base
44WORKDIR /app
55
@@ -403,7 +403,7 @@ RUN find dist-newstyle \
403403 -exec cp '{}' /usr/local/bin/ ';'
404404
405405# Minimal ###############################################################
406- FROM alpine:3.22 AS minimal
406+ FROM alpine:3.23.0 AS minimal
407407LABEL maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
408408LABEL org.pandoc.maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
409409LABEL org.pandoc.author="John MacFarlane"
Original file line number Diff line number Diff line change 11FROM pandoc/core:3.8.3-alpine
2- RUN apk --no-cache add typst=0.14-r0
2+ RUN apk --no-cache add typst=0.14.0 -r0
Original file line number Diff line number Diff line change 11# Builder
2- FROM alpine:3.22 AS builder-base
2+ FROM alpine:3.23.0 AS builder-base
33
44RUN apk --no-cache add \
55 alpine-sdk \
Original file line number Diff line number Diff line change 77 version-tags :
88 - ' edge'
99 base-image :
10- alpine : ' 3.22 '
11- static : ' 3.22 '
10+ alpine : ' 3.23 '
11+ static : ' 3.23 '
1212 ubuntu : ' noble'
1313 debian : ' bookworm'
1414 addon :
@@ -30,8 +30,8 @@ release:
3030 - ' 3'
3131 - ' latest'
3232 base-image :
33- alpine : ' 3.22.2 '
34- static : ' 3.22.2 '
33+ alpine : ' 3.23.0 '
34+ static : ' 3.23.0 '
3535 ubuntu : ' noble'
3636 debian : ' bookworm'
3737 addon :
You can’t perform that action at this time.
0 commit comments