Skip to content

Commit 7fc1fb5

Browse files
authored
Merge pull request #68 from dockersamples/version-updates
Version updates
2 parents 75c4d8f + b21998c commit 7fc1fb5

6 files changed

Lines changed: 3029 additions & 3292 deletions

File tree

compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212

1313
############## DATABASE AND VISUALIZER ##############
1414
postgres:
15-
image: postgres:17.4
15+
image: postgres:17.9
1616
ports:
1717
- "5432:5432"
1818
volumes:
@@ -23,7 +23,7 @@ services:
2323
POSTGRES_DB: catalog
2424

2525
pgadmin:
26-
image: dpage/pgadmin4:9.2.0
26+
image: dpage/pgadmin4:9.14.0
2727
ports:
2828
- "5050:80"
2929
configs:
@@ -45,7 +45,7 @@ services:
4545

4646
############## LOCAL AWS ##############
4747
aws:
48-
image: localstack/localstack:4.3.0
48+
image: localstack/localstack:4.14.0
4949
ports:
5050
- "4566:4566"
5151
post_start:

0 commit comments

Comments
 (0)