Bump Docker base image to Node 24 LTS (v24.14.0)
Made-with: Cursor
This commit is contained in:
parent
b597bb898a
commit
a8799100e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:22-slim AS base
|
FROM node:24-slim AS base
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
graphicsmagick \
|
graphicsmagick \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue