Updated with PR comments

This commit is contained in:
Ev Kontsevoy 2018-05-02 16:12:56 -07:00
parent 8ae705c7f9
commit fa50bc72d2
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# This Dockerfile makes the "build box": the container used to build
# official releases of Teleport and its documentation
FROM quay.io/gravitational/buildbox-base
FROM quay.io/gravitational/buildbox-base:1.0
ARG UID
ARG GID

View file

@ -1,4 +1,4 @@
FROM quay.io/gravitational/mkdocs-base
FROM quay.io/gravitational/mkdocs-base:0.16.1
ARG UID
ARG GID