use full image source and set version for all Chaosknoten compose images
Some checks failed
/ Ansible Lint (push) Failing after 52s
Some checks failed
/ Ansible Lint (push) Failing after 52s
Use a full image source and set and explicit version for all images in Chaosknoten (docker-)compose files. With Renovate now set up, it is feasible to explicitly set versions.
This commit is contained in:
parent
282e82728b
commit
43fac32424
8 changed files with 22 additions and 23 deletions
|
|
@ -11,9 +11,9 @@ services:
|
|||
networks:
|
||||
backend:
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
redis:
|
||||
image: docker.io/library/redis:7
|
||||
image: docker.io/library/redis:7.4.6
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue