1 Commits

Author SHA1 Message Date
ktims a15970d292 update actual
update node & actual
2026-05-09 00:32:26 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ RUN apk add py3-uv
RUN uv build
# Use an official Node.js runtime as a base
FROM node:20-alpine AS runtime
FROM node:25-alpine AS runtime
# Create app directory
WORKDIR /app
+1 -1
View File
@@ -14,7 +14,7 @@
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@actual-app/api": "^25.11.0",
"@actual-app/api": "^26.5.2",
"yargs": "^17.7.2"
}
}