File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# For documentation see https://jboss-container-images.github.io/openjdk/
2- FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:latest
2+ FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:latest@sha256:14e5af876865b25abdc15c137dd30e68b3394aaee18e26bd1777036a52a907c5
33
44COPY target/*.jar /deployments/spring-boot-application.jar
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ services:
121121 retries : 120
122122
123123 postgres :
124- image : postgres:16.6-alpine3.21
124+ image : postgres:16.6-alpine3.21@sha256:1d04b9ba1d4996401f2552b51beda8187f175c0645c091e4781134fc9c9a3eef
125125 environment :
126126 - POSTGRES_DB=dave-db
127127 - POSTGRES_USER=dave
@@ -141,7 +141,7 @@ services:
141141
142142 # see https://event-driven.io/en/automatically_connect_pgadmin_to_database/
143143 pg-admin :
144- image : dpage/pgadmin4:8.14
144+ image : dpage/pgadmin4:8.14@sha256:8a68677a97b8c8d1427dc915672a26d2c4a04376916a68256f53d669d6171be7
145145 environment :
146146147147 - PGADMIN_DEFAULT_PASSWORD=admin
You can’t perform that action at this time.
0 commit comments