Skip to content

Commit

Permalink
env: change linux-x86-std-kube to debian jessie
Browse files Browse the repository at this point in the history
Updates golang/go#20382

Change-Id: I87ac8f53278f1624232b3239e61b60cc2ee341ca
Reviewed-on: https://go-review.googlesource.com/43535
Reviewed-by: Sarah Adams <shadams@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
jessfraz authored and bradfitz committed May 17, 2017
1 parent bd2f3e4 commit 10fd5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/linux-x86-std-kube/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

FROM debian:wheezy
FROM debian:jessie
MAINTAINER golang-dev <golang-dev@googlegroups.com>

ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit 10fd5b6

Please sign in to comment.