Skip to content

Commit 1c7b76d

Browse files
authored
pin dozzle minor version instead of using 'latest' tag
Signed-off-by: Wolfgang Ellsässer <67168186+wollomatic@users.noreply.github.com>
1 parent a81f85b commit 1c7b76d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/docker-compose/dozzle/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- docker-proxynet
2525

2626
dozzle:
27-
image: amir20/dozzle:latest # make sure you use the most recent version
27+
image: amir20/dozzle:v8.14 # make sure you use the most recent version
2828
user: 65534:65534
2929
read_only: true
3030
mem_limit: 256M

0 commit comments

Comments
 (0)