Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

Commit ebfec4e

Browse files
committed
Merge branch 'main' into dev/fhir-server
2 parents 9ddad0a + 5f6cbd9 commit ebfec4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fhir-server/hapi-fhir-server/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525

2626
db:
2727
container_name: hapidb
28-
image: postgres:12.4-alpine
28+
image: postgres:12.6-alpine
2929
restart: always
3030
networks:
3131
- num-node

node-rev-proxy/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
nginx-num-node:
55
container_name: nginx-num-node
66
restart: unless-stopped
7-
image: nginx:1.17
7+
image: nginx:1.19
88
ports:
99
- "443:443"
1010
volumes:

0 commit comments

Comments
 (0)