Skip to content

Commit

Permalink
actions(dm): fix default MySQL image changed to CentOS based (#6500)
Browse files Browse the repository at this point in the history
ref #4159
  • Loading branch information
lance6716 authored Jul 28, 2022
1 parent f5b076e commit 1a3b127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm/tests/upstream_switch/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG version
From mysql:$version
FROM mysql:${version}-debian

RUN apt-get update && apt-get -y install keepalived net-tools

Expand Down

0 comments on commit 1a3b127

Please sign in to comment.