1
0
Fork 0

Update Dockerfiles to Alpine 3.23

This commit is contained in:
Jesper Noordsij 2025-12-17 15:26:06 +01:00 committed by GitHub
parent 5fe10e2098
commit 8ebab1b243
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
FROM alpine:3.22
FROM alpine:3.23
RUN apk --no-cache --no-progress add \
build-base \

View file

@ -1,4 +1,4 @@
FROM alpine:3.22
FROM alpine:3.23
ENV PATH="${PATH}:/venv/bin"

View file

@ -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