Skip to content

Commit 1b0f1da

Browse files
committed
Update to 1.26.0
1 parent 677ebab commit 1b0f1da

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: bash
22
services: docker
33

44
env:
5-
- VERSION=1.25.0 VARIANT=stretch/slim
6-
- VERSION=1.25.0 VARIANT=stretch
7-
- VERSION=1.25.0 VARIANT=jessie/slim
8-
- VERSION=1.25.0 VARIANT=jessie
5+
- VERSION=1.26.0 VARIANT=stretch/slim
6+
- VERSION=1.26.0 VARIANT=stretch
7+
- VERSION=1.26.0 VARIANT=jessie/slim
8+
- VERSION=1.26.0 VARIANT=jessie
99

1010
install:
1111
- git clone https://github.com/docker-library/official-images.git ~/official-images

1.25.0/jessie/Dockerfile renamed to 1.26.0/jessie/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:jessie
33
ENV RUSTUP_HOME=/usr/local/rustup \
44
CARGO_HOME=/usr/local/cargo \
55
PATH=/usr/local/cargo/bin:$PATH \
6-
RUST_VERSION=1.25.0
6+
RUST_VERSION=1.26.0
77

88
RUN set -eux; \
99
\

1.25.0/jessie/slim/Dockerfile renamed to 1.26.0/jessie/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:jessie-slim
33
ENV RUSTUP_HOME=/usr/local/rustup \
44
CARGO_HOME=/usr/local/cargo \
55
PATH=/usr/local/cargo/bin:$PATH \
6-
RUST_VERSION=1.25.0
6+
RUST_VERSION=1.26.0
77

88
RUN set -eux; \
99
apt-get update; \
File renamed without changes.
File renamed without changes.

1.25.0/stretch/Dockerfile renamed to 1.26.0/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:stretch
33
ENV RUSTUP_HOME=/usr/local/rustup \
44
CARGO_HOME=/usr/local/cargo \
55
PATH=/usr/local/cargo/bin:$PATH \
6-
RUST_VERSION=1.25.0
6+
RUST_VERSION=1.26.0
77

88
RUN set -eux; \
99
\

1.25.0/stretch/slim/Dockerfile renamed to 1.26.0/stretch/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:stretch-slim
33
ENV RUSTUP_HOME=/usr/local/rustup \
44
CARGO_HOME=/usr/local/cargo \
55
PATH=/usr/local/cargo/bin:$PATH \
6-
RUST_VERSION=1.25.0
6+
RUST_VERSION=1.26.0
77

88
RUN set -eux; \
99
apt-get update; \

0 commit comments

Comments
 (0)