Skip to content

Commit f3437a2

Browse files
Bump postgres from 15.3-alpine3.18 to 16.3-alpine3.18
Bumps postgres from 15.3-alpine3.18 to 16.3-alpine3.18. --- updated-dependencies: - dependency-name: postgres dependency-version: 16.3-alpine3.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7354453 commit f3437a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.8"
33

44
services:
55
postgres:
6-
image: postgres:15.3-alpine3.18
6+
image: postgres:16.3-alpine3.18
77
command: postgres -c 'max_connections=1000'
88
environment:
99
POSTGRES_DB: postgres
@@ -45,7 +45,7 @@ services:
4545
- ./migrations:/migrations:ro
4646

4747
migrate:
48-
image: postgres:15.3-alpine3.18
48+
image: postgres:16.3-alpine3.18
4949
command: echo 'All migrations have been successfully applied!'
5050
depends_on:
5151
postgres:

0 commit comments

Comments
 (0)