File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Base ##################################################################
2- ARG base_image_version=3.21.5
2+ ARG base_image_version=3.21.6
33FROM alpine:$base_image_version AS builder-base
44WORKDIR /app
55
@@ -402,7 +402,7 @@ RUN find dist-newstyle \
402402 -exec cp '{}' /usr/local/bin/ ';'
403403
404404# Minimal ###############################################################
405- FROM alpine:3.21.5 AS minimal
405+ FROM alpine:3.21.6 AS minimal
406406ARG pandoc_version=edge
407407LABEL maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
408408LABEL org.pandoc.maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
Original file line number Diff line number Diff line change 11# Builder
2- FROM alpine:3.21.5 AS builder-base
2+ FROM alpine:3.21.6 AS builder-base
33
44RUN apk --no-cache add \
55 alpine-sdk \
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ release:
8080 - ' 3.7.0'
8181 - ' 3.7'
8282 base-image :
83- alpine : ' 3.21.5 '
84- static : ' 3.21.5 '
83+ alpine : ' 3.21.6 '
84+ static : ' 3.21.6 '
8585 ubuntu : ' noble'
8686 addon :
8787 latex :
You can’t perform that action at this time.
0 commit comments