Skip to content

Commit

Permalink
Update eclipse-temurin:21.0.5_11-jre-alpine Docker digest to b396250
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 0cec360 commit 9ca2f81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clinical-domain-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21.0.5_11-jre-alpine@sha256:2a0bbb1db6d8db42c66ed00c43d954cf458066cc37be12b55144781da7864fdf
FROM eclipse-temurin:21.0.5_11-jre-alpine@sha256:b396250d5ae52dbc6ec6ceaf78dec50c03e9866731486598def705aaa58d5cba

COPY --chown=nobody:nobody target/clinical-domain-agent.jar /app/clinical-domain-agent.jar
COPY --chown=nobody:nobody application.yaml /app/application.yaml
Expand Down
2 changes: 1 addition & 1 deletion research-domain-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21.0.5_11-jre-alpine@sha256:2a0bbb1db6d8db42c66ed00c43d954cf458066cc37be12b55144781da7864fdf
FROM eclipse-temurin:21.0.5_11-jre-alpine@sha256:b396250d5ae52dbc6ec6ceaf78dec50c03e9866731486598def705aaa58d5cba

COPY --chown=nobody:nobody target/research-domain-agent.jar /app/research-domain-agent.jar
COPY --chown=nobody:nobody application.yaml /app/application.yaml
Expand Down
2 changes: 1 addition & 1 deletion trust-center-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21.0.5_11-jre-alpine@sha256:2a0bbb1db6d8db42c66ed00c43d954cf458066cc37be12b55144781da7864fdf
FROM eclipse-temurin:21.0.5_11-jre-alpine@sha256:b396250d5ae52dbc6ec6ceaf78dec50c03e9866731486598def705aaa58d5cba

COPY --chown=nobody:nobody target/trust-center-agent.jar /app/trust-center-agent.jar
COPY --chown=nobody:nobody application.yaml /app/application.yaml
Expand Down

0 comments on commit 9ca2f81

Please sign in to comment.