File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
55ARG BUILD_DATE
66ARG VERSION
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
9393COPY root/ /
Original file line number Diff line number Diff line change 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
55ARG BUILD_DATE
66ARG VERSION
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
9393COPY root/ /
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ init_diagram: |
8484 "manyfold:latest" <- Base Images
8585# changelog
8686changelogs :
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."}
You can’t perform that action at this time.
0 commit comments