Skip to content

Commit

Permalink
Fix teleport-buildbox docker image name in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger authored and awly committed Sep 23, 2020
1 parent ed76b17 commit 10aa7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The base image (buildbox:latest) is built by running `make -C build.assets`
# from the base repo directory $GOPATH/gravitational.com/teleport
FROM teleport-buildbox:go1.14.4
FROM quay.io/gravitational/teleport-buildbox:go1.14.4
RUN apt-get update
# DEBUG=1 is needed for the Web UI to be loaded from static assets instead
# of the binary
Expand Down

0 comments on commit 10aa7ef

Please sign in to comment.