forked from kubernetes-retired/contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So we can get a modern version of git
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|