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 vitess/vttestserver:mysql80 docker digest to 53a2d2f #4635

Merged
merged 1 commit into from
Jan 17, 2024
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
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ services:
tmpfs: /var/lib/mariadb

vitess-test-8_0:
image: vitess/vttestserver:mysql80@sha256:7c72efbee836ca3f025a6d57102834d2fad679c041e9405af628b2900549882c
image: vitess/vttestserver:mysql80@sha256:53a2d2f58ecf8e6cf984c725612f7651c4fc7ac9bc7d198dbd9964d50e28b9a2
restart: unless-stopped
ports:
- 33807:33807
Expand All @@ -315,7 +315,7 @@ services:
retries: 20

vitess-shadow-8_0:
image: vitess/vttestserver:mysql80@sha256:7c72efbee836ca3f025a6d57102834d2fad679c041e9405af628b2900549882c
image: vitess/vttestserver:mysql80@sha256:53a2d2f58ecf8e6cf984c725612f7651c4fc7ac9bc7d198dbd9964d50e28b9a2
restart: unless-stopped
ports:
- 33808:33807
Expand Down
Loading