Skip to content

Commit 18aaf77

Browse files
Bump the docker group across 4 directories with 3 updates
Bumps the docker group with 2 updates in the /dsf-bpe/dsf-bpe-server-jetty/docker directory: debian and azul/zulu-openjdk. Bumps the docker group with 1 update in the /dsf-docker/bpe_proxy directory: httpd. Bumps the docker group with 1 update in the /dsf-docker/fhir_proxy directory: httpd. Bumps the docker group with 2 updates in the /dsf-fhir/dsf-fhir-server-jetty/docker directory: debian and azul/zulu-openjdk. Updates `debian` from `4ffb3a1` to `b6e2a15` Updates `azul/zulu-openjdk` from `0f84357` to `270611d` Updates `httpd` from `968c8b4` to `0136c2d` Updates `httpd` from `968c8b4` to `0136c2d` Updates `debian` from `4ffb3a1` to `b6e2a15` Updates `azul/zulu-openjdk` from `0f84357` to `270611d` --- updated-dependencies: - dependency-name: azul/zulu-openjdk dependency-version: 25-jre-headless dependency-type: direct:production dependency-group: docker - dependency-name: azul/zulu-openjdk dependency-version: 25-jre-headless dependency-type: direct:production dependency-group: docker - dependency-name: debian dependency-version: trixie-slim dependency-type: direct:production dependency-group: docker - dependency-name: debian dependency-version: trixie-slim dependency-type: direct:production dependency-group: docker - dependency-name: httpd dependency-version: 2.4-alpine dependency-type: direct:production dependency-group: docker - dependency-name: httpd dependency-version: 2.4-alpine dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b062c7b commit 18aaf77

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

dsf-bpe/dsf-bpe-server-jetty/docker/Dockerfile

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM debian:trixie-slim@sha256:4ffb3a1511099754cddc70eb1b12e50ffdb67619aa0ab6c13fcd800a78ef7c7a AS builder
17+
FROM debian:trixie-slim@sha256:b6e2a152f22a40ff69d92cb397223c906017e1391a73c952b588e51af8883bf8 AS builder
1818
WORKDIR /opt/bpe
1919
COPY --chown=root:2202 ./ ./
2020
RUN chown root:2202 ./ && \
@@ -23,7 +23,7 @@ RUN chown root:2202 ./ && \
2323
chmod 1775 ./log
2424

2525

26-
FROM azul/zulu-openjdk:25-jre-headless@sha256:0f843579efd505efb0a0eef1d5a816cc4523ffcad458a54a4e9e52e60c4c030a
26+
FROM azul/zulu-openjdk:25-jre-headless@sha256:270611d9a919ef545337a875630594741c11be001189d3a91a11d4c3c1e952b6
2727
LABEL org.opencontainers.image.source=https://github.com/datasharingframework/dsf
2828
LABEL org.opencontainers.image.description="DSF BPE Server"
2929
LABEL org.opencontainers.image.licenses="Apache License, Version 2.0"

dsf-docker/bpe_proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM httpd:2.4-alpine@sha256:968c8b4098fcecb473762b45f6c541a3b2b2cfab2caccb1edbd2cece071ef160
17+
FROM httpd:2.4-alpine@sha256:0136c2d4462f3b8ecc92bea70efdfef4d06523999ae8d7aa533969dea6db4576
1818
LABEL org.opencontainers.image.source=https://github.com/datasharingframework/dsf
1919
LABEL org.opencontainers.image.description="DSF BPE Reverse Proxy"
2020
LABEL org.opencontainers.image.licenses="Apache License, Version 2.0"

dsf-docker/fhir_proxy/Dockerfile

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM httpd:2.4-alpine@sha256:968c8b4098fcecb473762b45f6c541a3b2b2cfab2caccb1edbd2cece071ef160
17+
FROM httpd:2.4-alpine@sha256:0136c2d4462f3b8ecc92bea70efdfef4d06523999ae8d7aa533969dea6db4576
1818
LABEL org.opencontainers.image.source=https://github.com/datasharingframework/dsf
1919
LABEL org.opencontainers.image.description="DSF FHIR Reverse Proxy"
2020
LABEL org.opencontainers.image.licenses="Apache License, Version 2.0"

dsf-fhir/dsf-fhir-server-jetty/docker/Dockerfile

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM debian:trixie-slim@sha256:4ffb3a1511099754cddc70eb1b12e50ffdb67619aa0ab6c13fcd800a78ef7c7a AS builder
17+
FROM debian:trixie-slim@sha256:b6e2a152f22a40ff69d92cb397223c906017e1391a73c952b588e51af8883bf8 AS builder
1818
WORKDIR /opt/fhir
1919
COPY --chown=root:2101 ./ ./
2020
RUN chown root:2101 ./ && \
@@ -23,7 +23,7 @@ RUN chown root:2101 ./ && \
2323
chmod 1775 ./log
2424

2525

26-
FROM azul/zulu-openjdk:25-jre-headless@sha256:0f843579efd505efb0a0eef1d5a816cc4523ffcad458a54a4e9e52e60c4c030a
26+
FROM azul/zulu-openjdk:25-jre-headless@sha256:270611d9a919ef545337a875630594741c11be001189d3a91a11d4c3c1e952b6
2727
LABEL org.opencontainers.image.source=https://github.com/datasharingframework/dsf
2828
LABEL org.opencontainers.image.description="DSF FHIR Server"
2929
LABEL org.opencontainers.image.licenses="Apache License, Version 2.0"

0 commit comments

Comments
 (0)