File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ waitForPostgresInitContainer:
3030 image : # +doc-gen:ignore
3131 registry : docker.io
3232 repository : library/postgres
33- tag : 18.0@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
33+ tag : 18.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
3434 pullPolicy : IfNotPresent
3535
3636# container security context applied to init containers used by the query, list, and notify modules.
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ services:
140140 - " traefik.http.routers.fhir.entrypoints=web"
141141
142142 fhir-db :
143- image : docker.io/library/postgres:18.0@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
143+ image : docker.io/library/postgres:18.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
144144 restart : unless-stopped
145145 deploy :
146146 resources :
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ services:
6969 - " traefik.http.routers.fhir.entrypoints=web"
7070
7171 fhir-db :
72- image : docker.io/library/postgres:18.0@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
72+ image : docker.io/library/postgres:18.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
7373 restart : unless-stopped
7474 deploy :
7575 resources :
@@ -339,7 +339,7 @@ services:
339339 - " traefik.http.routers.maildev.entrypoints=web"
340340
341341 notify-ha-db :
342- image : docker.io/library/postgres:18.0@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
342+ image : docker.io/library/postgres:18.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
343343 restart : unless-stopped
344344 deploy :
345345 resources :
@@ -619,7 +619,7 @@ services:
619619 condition : service_started
620620
621621 metastore-db :
622- image : docker.io/library/postgres:18.0@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
622+ image : docker.io/library/postgres:18.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
623623 profiles :
624624 - trino
625625 ipc : private
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ COPY server/package.json ./server/
2626RUN npm clean-install --workspace=server
2727COPY server/*.js ./server/
2828
29- FROM gcr.io/distroless/nodejs22-debian12:nonroot@sha256:1014312994b734e9f3bba23bb96fab389119750a98f14bc76936dc2a7e72c3da
29+ FROM gcr.io/distroless/nodejs22-debian12:nonroot@sha256:9187fd451b5e2d258d691cb7da51020bfc8f557cc4a58e80b38f3f30bbbc37f9
3030WORKDIR /app
3131USER 65532:65532
3232# Port 8081 is currently not used, but exposed to make
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
2424 - maildev
2525
2626 jobstore-db :
27- image : docker.io/library/postgres:18.0@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
27+ image : docker.io/library/postgres:18.0@sha256:41fc5342eefba6cc2ccda736aaf034bbbb7c3df0fdb81516eba1ba33f360162c
2828 environment :
2929 # kics-scan ignore-line
3030 POSTGRES_PASSWORD : postgres # pragma: allowlist secret
You can’t perform that action at this time.
0 commit comments