Revert "[AI] chore: update alpine base image to 3.23.4" (#7985) (#8022)

* Revert "[AI] chore: update alpine base image to 3.23.4 (#7939)"

This reverts commit 366045a6b0.

* Add release notes for PR #7985

* Delete upcoming-release-notes/7985.md

---------

Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Matt Fiddaman
2026-06-01 16:56:50 +00:00
committed by GitHub
co-authored by Matiss Janis Aboltins github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent d394209556
commit 3a730c160f
2 changed files with 1 additions and 7 deletions
@@ -26,7 +26,7 @@ RUN find node_modules/@actual-app -maxdepth 2 -type d \
\( -name src -o -name e2e -o -name __tests__ -o -name __mocks__ -o -name tests -o -name test -o -name build-stats \) \
-exec rm -rf {} +
FROM alpine:3.23 AS prod
FROM alpine:3.22 AS prod
# Minimal runtime dependencies
RUN apk add --no-cache nodejs tini
-6
View File
@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [camcast3]
---
Update Alpine base image for sync-server Docker image to version 3.23.4.