A locally focused bluesky appview

build(docker): use a supported node version builds

currently frontend builds output a warning due to using node 18 - move the base image to node 24 (lts)

authored by Lyna and committed by GitHub c62dce83 1e865635

Changed files
+1 -1
frontend
+1 -1
frontend/Dockerfile
··· 1 # Build stage 2 - FROM node:18-alpine AS builder 3 4 WORKDIR /app 5
··· 1 # Build stage 2 + FROM node:24-alpine AS builder 3 4 WORKDIR /app 5