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 Oct 4, 2023
1 parent 4c65b4e commit 924b468
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.0
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.3
restart: unless-stopped
cap_drop:
- ALL
Expand Down

0 comments on commit 924b468

Please sign in to comment.