diff --git a/Dockerfile b/Dockerfile index 6a4c56f..f4f1ef5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/package.json b/package.json index 327e05f..e84866b 100644 --- a/package.json +++ b/package.json @@ -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" } }