Skip to content

Commit

Permalink
DBZ-8561 Upgrade vitess version in itests
Browse files Browse the repository at this point in the history
  • Loading branch information
twthorn authored and jpechane committed Jan 10, 2025
1 parent 49d3cbc commit 83b0472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use a temporary layer for the build stage.
FROM quay.io/debezium/vitess-base:19.0.4 AS base
FROM quay.io/debezium/vitess-base:v19.0.4 AS base

FROM quay.io/debezium/vitess-lite:19.0.4
FROM quay.io/debezium/vitess-lite:v20.0.4

USER root

Expand Down

0 comments on commit 83b0472

Please sign in to comment.