Update Node.js base image in storefront Dockerfile to v24 for improved compatibility.
This commit is contained in:
parent
7d0b6301ea
commit
1c615a987a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM node:22-bookworm-slim AS build
|
||||
FROM node:24-bookworm-slim AS build
|
||||
WORKDIR /app
|
||||
|
||||
ARG EVIBES_BASE_DOMAIN
|
||||
|
|
|
|||
Loading…
Reference in a new issue