Skip to content

Commit 92e54eb

Browse files
committed
Rebase to 3.23
1 parent 73a5869 commit 92e54eb

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:3.22
3+
FROM ghcr.io/linuxserver/baseimage-alpine:3.23
44

55
ARG BUILD_DATE
66
ARG VERSION
@@ -87,7 +87,7 @@ RUN \
8787
$HOME/.yarn \
8888
/app/www/node_modules/ \
8989
/app/www/tmp/cache/ \
90-
/app/www/vendor/bundle/ruby/3.3.0/cache/* \
90+
/app/www/vendor/bundle/ruby/3.?.?/cache/* \
9191
/tmp/*
9292

9393
COPY root/ /

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22
3+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.23
44

55
ARG BUILD_DATE
66
ARG VERSION
@@ -87,7 +87,7 @@ RUN \
8787
$HOME/.yarn \
8888
/app/www/node_modules/ \
8989
/app/www/tmp/cache/ \
90-
/app/www/vendor/bundle/ruby/3.3.0/cache/* \
90+
/app/www/vendor/bundle/ruby/3.?.?/cache/* \
9191
/tmp/*
9292

9393
COPY root/ /

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
290290

291291
## Versions
292292

293+
* **13.01.26:** - Rebase to Alpine 3.23.
293294
* **08.10.25:** - Change key init to auto generate and persist.
294295
* **27.07.25:** - Rebase to Alpine 3.22.
295296
* **12.01.25:** - Rebase to Alpine 3.21.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ init_diagram: |
8484
"manyfold:latest" <- Base Images
8585
# changelog
8686
changelogs:
87+
- {date: "13.01.26:", desc: "Rebase to Alpine 3.23."}
8788
- {date: "08.10.25:", desc: "Change key init to auto generate and persist."}
8889
- {date: "27.07.25:", desc: "Rebase to Alpine 3.22."}
8990
- {date: "12.01.25:", desc: "Rebase to Alpine 3.21."}

0 commit comments

Comments
 (0)