update actual

update node & actual
This commit is contained in:
2026-05-09 00:17:20 -07:00
parent 7b6b497c0f
commit a15970d292
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 RUN uv build
# Use an official Node.js runtime as a base # Use an official Node.js runtime as a base
FROM node:20-alpine AS runtime FROM node:25-alpine AS runtime
# Create app directory # Create app directory
WORKDIR /app WORKDIR /app
+1 -1
View File
@@ -14,7 +14,7 @@
"license": "ISC", "license": "ISC",
"type": "commonjs", "type": "commonjs",
"dependencies": { "dependencies": {
"@actual-app/api": "^25.11.0", "@actual-app/api": "^26.5.2",
"yargs": "^17.7.2" "yargs": "^17.7.2"
} }
} }