We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a160c7 commit a70c135Copy full SHA for a70c135
package.json
@@ -10,7 +10,7 @@
10
"engines": {
11
"node": "22"
12
},
13
- "packageManager": "[email protected].0",
+ "packageManager": "[email protected].1",
14
"scripts": {
15
"prepare": "husky"
16
src/development/stack.yml
@@ -67,7 +67,7 @@ services:
67
POSTGRES_DB_FILE: /run/secrets/postgres_db
68
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
69
POSTGRES_USER_FILE: /run/secrets/postgres_user
70
- image: postgres:17.0-alpine@sha256:d388be15cfb665c723da47cccdc7ea5c003ed71f700c5419bbd075033227ce1f
+ image: postgres:17.1-alpine@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb
71
secrets:
72
- postgres_db
73
- postgres_password
0 commit comments