Skip to content

Commit

Permalink
chore(deps): update container-images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent e1fef29 commit 3b387b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/compose.fhir-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- "8082:8080"

fhir-db:
image: docker.io/library/postgres:15.3
image: docker.io/library/postgres:16.1
restart: unless-stopped
deploy:
resources:
Expand All @@ -53,7 +53,7 @@ services:
- "fhir_db_data:/var/lib/postgresql/data:rw"

fhir-to-server:
image: ghcr.io/miracum/kafka-fhir-to-server:v1.2.7
image: ghcr.io/miracum/kafka-fhir-to-server:v2.0.5
restart: unless-stopped
cap_drop:
- ALL
Expand Down

0 comments on commit 3b387b1

Please sign in to comment.