Skip to content

Commit 72a9e41

Browse files
authored
Merge pull request #597 from CodeForPhilly/pg_ver_cleanup_573
Fix docker-compose pg ver, ignore .pem files
2 parents c839e52 + 701e9be commit 72a9e41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ start_env.sh
2424
*kustomization*
2525
src/.venv/
2626
src/server/secrets_dict.py
27-
27+
*.pem

src/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
container_name: paws-compose-db
66
ports:
77
- "5432:5432"
8-
image: postgres:13.2-alpine
8+
image: postgres:15.4-alpine
99
volumes:
1010
- postgres:/var/lib/postgresql/data
1111
environment:

0 commit comments

Comments
 (0)