Skip to content

Commit 9d224a6

Browse files
committed
Bump alpine version for 3.7.0.2 to 3.21.6
1 parent 6802aac commit 9d224a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

3.7.0.2/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base ##################################################################
2-
ARG base_image_version=3.21.5
2+
ARG base_image_version=3.21.6
33
FROM alpine:$base_image_version AS builder-base
44
WORKDIR /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
406406
ARG pandoc_version=edge
407407
LABEL maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'
408408
LABEL org.pandoc.maintainer='Albert Krewinkel <albert+pandoc@tarleb.com>'

3.7.0.2/static/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder
2-
FROM alpine:3.21.5 AS builder-base
2+
FROM alpine:3.21.6 AS builder-base
33

44
RUN apk --no-cache add \
55
alpine-sdk \

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)