Skip to content

Commit

Permalink
chore(deps): update docker.io/hapiproject/hapi docker tag to v8 (#306)
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 Mar 4, 2025
1 parent eab720a commit 9d6bf03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion hack/k8s/pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d6bf03

Please sign in to comment.