Compare commits
1 Commits
7b6b497c0f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a15970d292 |
+1
-1
@@ -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
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user