diff --git a/Dockerfile b/Dockerfile index 0e08e72da..f1e6b15e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.2 -FROM alpine:3.22 +FROM alpine:3.23 RUN apk add --no-cache --no-progress ca-certificates tzdata diff --git a/docs/check.Dockerfile b/docs/check.Dockerfile index 2a03cf8af..d9593e5ed 100644 --- a/docs/check.Dockerfile +++ b/docs/check.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.23 RUN apk --no-cache --no-progress add \ build-base \ diff --git a/docs/docs.Dockerfile b/docs/docs.Dockerfile index 99e963cf4..bd9886863 100644 --- a/docs/docs.Dockerfile +++ b/docs/docs.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.23 ENV PATH="${PATH}:/venv/bin" diff --git a/webui/Dockerfile b/webui/Dockerfile index 557cc648f..19eef20a2 100644 --- a/webui/Dockerfile +++ b/webui/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24-alpine3.22 +FROM node:24-alpine3.23 # Current Active LTS release according to (https://nodejs.org/en/about/releases/) ENV WEBUI_DIR=/src/webui