use node 23 instead of node 22
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 31s
All checks were successful
PR Check / lint-and-format (pull_request) Successful in 31s
This commit is contained in:
parent
39c71a7da1
commit
ce9e61d276
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM node:22-alpine
|
||||
FROM node:23-alpine
|
||||
|
||||
ENV DOCKERIZED=1
|
||||
RUN mkdir /config && \
|
||||
|
|
Loading…
Reference in a new issue