From 653064077bbef1ff5727fd39c68a22c001e0da98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:50:28 +0000 Subject: [PATCH] chore(deps): update docker.io/hapiproject/hapi docker tag to v7 --- hack/compose.yaml | 2 +- hack/k8s/pods.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/compose.yaml b/hack/compose.yaml index 0f17ee80..6887495a 100644 --- a/hack/compose.yaml +++ b/hack/compose.yaml @@ -7,7 +7,7 @@ services: - ./prometheus.yml:/etc/prometheus/prometheus.yml:ro fhir-server: - image: docker.io/hapiproject/hapi:v6.10.1@sha256:4eac1b3481180b028616d1fab7e657e368538063d75f7ed3be2032e34c657dd4 + image: docker.io/hapiproject/hapi:v7.0.0@sha256:fa294b05509bd3044387140b7fb4d1d3ac43713274fec912446f24a01bca654f environment: HAPI_FHIR_MDM_ENABLED: "false" ports: diff --git a/hack/k8s/pods.yaml b/hack/k8s/pods.yaml index d81862a9..5fb6eaeb 100644 --- a/hack/k8s/pods.yaml +++ b/hack/k8s/pods.yaml @@ -11,7 +11,7 @@ spec: type: RuntimeDefault containers: - name: fhir-server - image: docker.io/hapiproject/hapi:v6.10.1@sha256:4eac1b3481180b028616d1fab7e657e368538063d75f7ed3be2032e34c657dd4 + image: docker.io/hapiproject/hapi:v7.0.0@sha256:fa294b05509bd3044387140b7fb4d1d3ac43713274fec912446f24a01bca654f securityContext: allowPrivilegeEscalation: false runAsNonRoot: true