fix(docker): use node 23 instead of node 22 (#215)
Some checks failed
Publish latest version / build (push) Failing after 38s
Some checks failed
Publish latest version / build (push) Failing after 38s
Reviewed-on: #215 Co-authored-by: Mylloon <kennel.anri@tutanota.com> Co-committed-by: Mylloon <kennel.anri@tutanota.com>
This commit is contained in:
parent
39c71a7da1
commit
e2eb55a8f1
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