We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a25e31 commit 2001f82Copy full SHA for 2001f82
docker-compose.yml
@@ -114,7 +114,7 @@ services:
114
# https://redis.io/
115
redis:
116
container_name: redis
117
- image: redis:7-alpine
+ image: redis:7-alpine@sha256:1717c713d3b2161db30cd026ceffdb9c238fe876f6959bf62caff9c768fb47ef
118
networks:
119
- vela
120
ports:
@@ -127,7 +127,7 @@ services:
127
# https://www.postgresql.org/
128
postgres:
129
container_name: postgres
130
- image: postgres:15-alpine
+ image: postgres:15-alpine@sha256:48d8422c6ae570a5bda52f07548b8e65dd055ac0b661f25b44b20e8cff2f75f0
131
132
133
environment:
0 commit comments