diff --git a/Godeps/_workspace/src/github.com/docker/docker/builder/parser/testfiles/weechat/Dockerfile b/Godeps/_workspace/src/github.com/docker/docker/builder/parser/testfiles/weechat/Dockerfile index 4842088166ce..d0ad50324fd4 100644 --- a/Godeps/_workspace/src/github.com/docker/docker/builder/parser/testfiles/weechat/Dockerfile +++ b/Godeps/_workspace/src/github.com/docker/docker/builder/parser/testfiles/weechat/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM ubuntu:trusty-20190425 RUN apt-get update -qy && apt-get install tmux zsh weechat-curses -y