Skip to content

Commit

Permalink
chore(deps): update container-images (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent abc594a commit 063589d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/",
java -Djarmode=layertools -jar build/libs/*.jar extract
EOF

FROM gcr.io/distroless/java17-debian11:nonroot@sha256:41af86bc38476afb89e640959585e4fc81104bd9c56303c24b749cc3644b79a8
FROM gcr.io/distroless/java17-debian11:nonroot@sha256:2932ac32282d72dd7205393eedef8882694d26e2213b2f001ee2a6ffa09760fd
WORKDIR /opt/fhir-gateway
COPY --from=build /home/gradle/src/dependencies/ ./
COPY --from=build /home/gradle/src/spring-boot-loader/ ./
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- kafka

kafka:
image: docker.io/bitnami/kafka:3.5.1@sha256:a6de8c395d8fe2126f57178a95bbd8c825b88a103c5b3f9a2ed7774a6fd44f84
image: docker.io/bitnami/kafka:3.5.1@sha256:4ae02a961db7c19415061f3e15bc3dfcae6e33cd6b0a8ad6250a737a9d906739
restart: unless-stopped
cap_drop:
- ALL
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker-compose.gw-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
- vfps-db

fhir-server:
image: docker.io/hapiproject/hapi:v6.6.0@sha256:c00367865ae5dad4e171cbb68bfc1c39818854079d1565bee4c86a45e78335d0
image: docker.io/hapiproject/hapi:v6.8.0@sha256:b376ef983c54757aff719b17e97301eab43198564d23f2aa9609e9b5f83fa85f
restart: unless-stopped
cap_drop:
- ALL
Expand Down Expand Up @@ -91,7 +91,7 @@ services:
POSTGRES_DB: fhir

vfps-init-patient:
image: docker.io/curlimages/curl:8.2.1@sha256:bb0843a1307b1aa73f65f24379d11dde881c16db62ba50810de0c64d48e740ed
image: docker.io/curlimages/curl:8.3.0@sha256:961cf9e2a1939ea380b3f16e313a581b5d4681dd9dc4b1ace060eb396a71df0d
ipc: none
cap_drop:
- ALL
Expand All @@ -115,7 +115,7 @@ services:
condition: service_started

vfps-init-fall:
image: docker.io/curlimages/curl:8.2.1@sha256:bb0843a1307b1aa73f65f24379d11dde881c16db62ba50810de0c64d48e740ed
image: docker.io/curlimages/curl:8.3.0@sha256:961cf9e2a1939ea380b3f16e313a581b5d4681dd9dc4b1ace060eb396a71df0d
ipc: none
cap_drop:
- ALL
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
gateway:
image: ${FHIR_GATEWAY_IMAGE_NAME:-ghcr.io/miracum/fhir-gateway:v3.10.9@sha256:f4bae212ee8c137c522df7610b931d648ee7a5dd237f842432ae092fc3adbd0a}
image: ${FHIR_GATEWAY_IMAGE_NAME:-ghcr.io/miracum/fhir-gateway:v3.12.1@sha256:68122d4154d025760e433f2eb7a58750d9d6b82adaabd803dc015b2a408006f3}
restart: on-failure
cap_drop:
- ALL
Expand Down

0 comments on commit 063589d

Please sign in to comment.