Skip to content

Commit 69c9403

Browse files
Update alpine Docker tag to v3.23
1 parent d430b7d commit 69c9403

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/atlas-diff/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Lighter than atlas-render — no helm/helmfile/sops needed.
44
# Tools baked in: dyff, yq, jq.
5-
FROM alpine:3.21
5+
FROM alpine:3.23
66

77
RUN apk add --no-cache bash curl jq
88

.github/actions/atlas-render/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Tools baked in: helm, helmfile, sops, yq, jq, git.
44
# Versions pinned below — Renovate manages bumps via regex.
5-
FROM alpine:3.21
5+
FROM alpine:3.23
66

77
RUN apk add --no-cache bash curl git jq
88

0 commit comments

Comments
 (0)