Update Dockerfile docs to the correct image tag

Signed-off-by: Anderson Marcelino <anderson@andersonmarcelino.com.br>
pull/662/head
Anderson Marcelino 4 years ago
parent 9b4937f062
commit fc72fdd3b1
No known key found for this signature in database
GPG Key ID: 87D91CD4A4DD1530

@ -69,7 +69,7 @@ Here is how to use buildx inside a Dockerfile through the [`docker/buildx-bin`](
```Dockerfile ```Dockerfile
FROM docker FROM docker
COPY --from=docker/buildx-bin:latest /buildx /usr/libexec/docker/cli-plugins/docker-buildx COPY --from=docker/buildx-bin:master /buildx /usr/libexec/docker/cli-plugins/docker-buildx
RUN docker buildx version RUN docker buildx version
``` ```

Loading…
Cancel
Save