diff --git a/Dockerfile b/Dockerfile index 0df50e9..ddf2eab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-alpine:3.22 AS buildbase +FROM ghcr.io/linuxserver/baseimage-alpine:3.24 AS buildbase # set version label ARG BUILD_DATE @@ -54,7 +54,7 @@ RUN \ rm -rf node_modules && \ NODE_ENV=production CI=true pnpm install --production --frozen-lockfile -FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.22 +FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.24 ARG BUILD_DATE ARG VERSION diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index dc78f87..3ba649d 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.22 AS buildbase +FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.24 AS buildbase # set version label ARG BUILD_DATE @@ -54,7 +54,7 @@ RUN \ rm -rf node_modules && \ NODE_ENV=production CI=true pnpm install --production --frozen-lockfile -FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.22 +FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.24 ARG BUILD_DATE ARG VERSION diff --git a/README.md b/README.md index 90c24d0..1b20638 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **05.07.26:** - Rebase to Alpine 3.24. * **09.07.25:** - Rebase to Alpine 3.22. * **20.12.24:** - Rebase to Alpine 3.21. * **27.05.24:** - Existing users should update their nginx confs to avoid http2 deprecation warnings. diff --git a/readme-vars.yml b/readme-vars.yml index 123863f..6feb859 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -90,6 +90,7 @@ init_diagram: | "your_spotify:latest" <- Base Images # changelog changelogs: + - {date: "05.07.26:", desc: "Rebase to Alpine 3.24."} - {date: "09.07.25:", desc: "Rebase to Alpine 3.22."} - {date: "20.12.24:", desc: "Rebase to Alpine 3.21."} - {date: "27.05.24:", desc: "Existing users should update their nginx confs to avoid http2 deprecation warnings."}