Skip to content

Commit

Permalink
Switch from wheezy to jessie
Browse files Browse the repository at this point in the history
So we can get a modern version of git
  • Loading branch information
eparis committed Mar 31, 2016
1 parent b2166b5 commit efa44c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mungegithub/Dockerfile-cherrypick
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM google/debian:wheezy
FROM google/debian:jessie
MAINTAINER Brendan Burns <[email protected]>
RUN apt-get update
RUN apt-get install -y -qq ca-certificates git
Expand Down
2 changes: 1 addition & 1 deletion mungegithub/Dockerfile-shame-mailer
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# -e SMTP_PASS=my_super_secret_smtp_password \
# gcr.io/google_containers/shame-mailer:TAG

FROM google/debian:wheezy
FROM google/debian:jessie
MAINTAINER Kris Rousey <[email protected]>
RUN apt-get update
RUN apt-get install -y -qq ca-certificates heirloom-mailx
Expand Down
2 changes: 1 addition & 1 deletion mungegithub/Dockerfile-submit-queue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM google/debian:wheezy
FROM google/debian:jessie
MAINTAINER Brendan Burns <[email protected]>
RUN apt-get update
RUN apt-get install -y -qq ca-certificates git
Expand Down

0 comments on commit efa44c2

Please sign in to comment.