From 9d6bf0358fbb21579c6217a9e8170ce3e306feea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:54:03 +0100 Subject: [PATCH] chore(deps): update docker.io/hapiproject/hapi docker tag to v8 (#306) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 0a5ff53..d0918fb 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:v7.6.0@sha256:4771a178e764896c83881c1b3a52bd487e53d06e1acc3653ea0db0c6f6b2b8a1 + image: docker.io/hapiproject/hapi:v8.0.0@sha256:bf6ecbb4492361ae258a2bde6d4daf4c505b1a98e0925745aa0689e95b2d157e environment: HAPI_FHIR_MDM_ENABLED: "false" ports: diff --git a/hack/k8s/pods.yaml b/hack/k8s/pods.yaml index b3e85d0..03ed4a4 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:v7.6.0@sha256:4771a178e764896c83881c1b3a52bd487e53d06e1acc3653ea0db0c6f6b2b8a1 + image: docker.io/hapiproject/hapi:v8.0.0@sha256:bf6ecbb4492361ae258a2bde6d4daf4c505b1a98e0925745aa0689e95b2d157e securityContext: allowPrivilegeEscalation: false runAsNonRoot: true