mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:00:06 -05:00
drop support for node 20 (#5937)
* node 24 * node types * dockerfiles * readme * note
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# you are doing.
|
||||
###################################################
|
||||
|
||||
FROM node:20-bullseye as dev
|
||||
FROM node:22-bookworm as dev
|
||||
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y openssl
|
||||
WORKDIR /app
|
||||
CMD ["sh", "./bin/docker-start"]
|
||||
|
||||
Reference in New Issue
Block a user