Update Dockerfiles to Alpine 3.24

This commit is contained in:
Jenthe Noordsij
2026-06-16 09:16:07 +02:00
committed by GitHub
parent d270272f51
commit 3e0dc4928e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.2
FROM alpine:3.23
FROM alpine:3.24
RUN apk add --no-cache --no-progress ca-certificates tzdata
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.23
FROM alpine:3.24
RUN apk --no-cache --no-progress add \
build-base \
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.23
FROM alpine:3.24
ENV PATH="${PATH}:/venv/bin"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:24-alpine3.23
FROM node:24-alpine3.24
# Current Active LTS release according to (https://nodejs.org/en/about/releases/)
ENV WEBUI_DIR=/src/webui