Skip to content

Commit

Permalink
chore(deps): update docker.io/library/alpine docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and artek-koltun committed Dec 11, 2023
1 parent f26a1c0 commit d78aa8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ services:
echo done'
host2-leaf2:
image: docker.io/library/alpine:3.18
image: docker.io/library/alpine:3.19
cap_add:
- NET_ADMIN
networks:
Expand All @@ -346,7 +346,7 @@ services:
ip addr add 10.10.10.11/24 dev eth0.10 && sleep infinity'
host3-leaf2:
image: docker.io/library/alpine:3.18
image: docker.io/library/alpine:3.19
cap_add:
- NET_ADMIN
networks:
Expand All @@ -358,7 +358,7 @@ services:
ip addr add 30.30.30.31/24 dev eth0.30 &&
ip route replace default via 30.30.30.1 && sleep infinity'
host4-leaf2:
image: docker.io/library/alpine:3.18
image: docker.io/library/alpine:3.19
cap_add:
- NET_ADMIN
networks:
Expand All @@ -371,7 +371,7 @@ services:
ip route replace default via 40.40.40.1 && sleep infinity'
opi-test:
image: docker.io/library/alpine:3.18
image: docker.io/library/alpine:3.19
cap_add:
- NET_ADMIN
networks:
Expand Down

0 comments on commit d78aa8b

Please sign in to comment.