Skip to content

Commit

Permalink
Merge pull request vitessio#7467 from planetscale/ds-port-7418
Browse files Browse the repository at this point in the history
Add VT_BASE_VER to vtexplain/Dockerfile
  • Loading branch information
deepthi authored Feb 8, 2021
2 parents 01a2c52 + 2f86128 commit c55a3ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/k8s/vtexplain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM vitess/base AS base
ARG VT_BASE_VER=latest

FROM vitess/base:${VT_BASE_VER} AS base

FROM debian:buster-slim

Expand Down

0 comments on commit c55a3ff

Please sign in to comment.