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 d72f0b5Copy full SHA for d72f0b5
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:0d9624535618a135c5453258fd629f4963390338b11aaffb92292c12df3a6c17
71
secrets:
72
- postgres_db
73
- postgres_password
0 commit comments