Change base image from node:24-alpine to node:22-alpine

For armv7 copatibility
This commit is contained in:
Thomas Nordquist
2025-12-24 18:11:30 +01:00
committed by GitHub
parent ee1171f7af
commit ef3343a912

View File

@@ -1,6 +1,6 @@
# Multi-stage build for MQTT Explorer Browser Mode # Multi-stage build for MQTT Explorer Browser Mode
# Stage 1: Build and prepare production dependencies # Stage 1: Build and prepare production dependencies
FROM node:24-alpine AS builder FROM node:22-alpine AS builder
WORKDIR /build WORKDIR /build