Skip to content

Commit db17ff2

Browse files
authored
Merge pull request #44 from rust-lang/1.37
Update to 1.37.0
2 parents 5f31dd1 + d55d56e commit db17ff2

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: bash
22
services: docker
33

44
env:
5-
- VERSION=1.36.0 VARIANT=buster/slim
6-
- VERSION=1.36.0 VARIANT=buster
7-
- VERSION=1.36.0 VARIANT=stretch/slim
8-
- VERSION=1.36.0 VARIANT=stretch
5+
- VERSION=1.37.0 VARIANT=buster/slim
6+
- VERSION=1.37.0 VARIANT=buster
7+
- VERSION=1.37.0 VARIANT=stretch/slim
8+
- VERSION=1.37.0 VARIANT=stretch
99

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

1.36.0/buster/Dockerfile renamed to 1.37.0/buster/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:buster
33
ENV RUSTUP_HOME=/usr/local/rustup \
44
CARGO_HOME=/usr/local/cargo \
55
PATH=/usr/local/cargo/bin:$PATH \
6-
RUST_VERSION=1.36.0
6+
RUST_VERSION=1.37.0
77

88
RUN set -eux; \
99
dpkgArch="$(dpkg --print-architecture)"; \

1.36.0/buster/slim/Dockerfile renamed to 1.37.0/buster/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:buster-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.36.0
6+
RUST_VERSION=1.37.0
77

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

1.36.0/stretch/Dockerfile renamed to 1.37.0/stretch/Dockerfile

+1-1
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.36.0
6+
RUST_VERSION=1.37.0
77

88
RUN set -eux; \
99
dpkgArch="$(dpkg --print-architecture)"; \

1.36.0/stretch/slim/Dockerfile renamed to 1.37.0/stretch/slim/Dockerfile

+1-1
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.36.0
6+
RUST_VERSION=1.37.0
77

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

generate-stackbrew-library.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
set -Eeuo pipefail
33

44
declare -A aliases=(
5-
[1.36.0]='1 1.36 latest'
5+
[1.37.0]='1 1.37 latest'
66
)
77

8-
defaultDebianSuite='stretch'
8+
defaultDebianSuite='buster'
99
declare -A debianSuites=(
1010
)
1111

0 commit comments

Comments
 (0)