Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker.io/library/alpine docker tag to v3.19 #353

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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