Skip to content

Commit

Permalink
chore(deps): update weekly vitess docker image version update
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2023
1 parent e6267db commit 0306f09
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 @@ -181,7 +181,7 @@ services:
tmpfs: /var/lib/mariadb

vitess-test-5_7:
image: vitess/vttestserver:mysql57@sha256:53eea9d0189168b51bd8882f3684021fb1fc6bf40c919c18d9d667eded5ffbcb
image: vitess/vttestserver:mysql57@sha256:3ed84ba2a04c75ba0da8337592aa166be5db89207c7778835a34b1129f176d10
restart: always
ports:
- 33577:33577
Expand All @@ -194,7 +194,7 @@ services:
ENABLE_ONLINE_DDL: false

vitess-test-8_0:
image: vitess/vttestserver:mysql80@sha256:64fb0a0e8a6d747f2c6cfab375413cd4c1defc0d03796bc40424878ab4ce9bf8
image: vitess/vttestserver:mysql80@sha256:22ba36f99495c2c9de653389672a5c27f6f83c11abc151213d9fb617f3f06823
restart: always
ports:
- 33807:33807
Expand All @@ -208,7 +208,7 @@ services:
ENABLE_ONLINE_DDL: false

vitess-shadow-5_7:
image: vitess/vttestserver:mysql57@sha256:53eea9d0189168b51bd8882f3684021fb1fc6bf40c919c18d9d667eded5ffbcb
image: vitess/vttestserver:mysql57@sha256:3ed84ba2a04c75ba0da8337592aa166be5db89207c7778835a34b1129f176d10
restart: always
ports:
- 33578:33577
Expand All @@ -221,7 +221,7 @@ services:
ENABLE_ONLINE_DDL: false

vitess-shadow-8_0:
image: vitess/vttestserver:mysql80@sha256:64fb0a0e8a6d747f2c6cfab375413cd4c1defc0d03796bc40424878ab4ce9bf8
image: vitess/vttestserver:mysql80@sha256:22ba36f99495c2c9de653389672a5c27f6f83c11abc151213d9fb617f3f06823
restart: always
ports:
- 33808:33807
Expand Down

0 comments on commit 0306f09

Please sign in to comment.