Skip to content

Commit 8b50bd6

Browse files
committed
Update to 1.36.0
1 parent 29bf41a commit 8b50bd6

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.travis.yml

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

44
env:
5-
- VERSION=1.35.0 VARIANT=stretch/slim
6-
- VERSION=1.35.0 VARIANT=stretch
5+
- VERSION=1.36.0 VARIANT=stretch/slim
6+
- VERSION=1.36.0 VARIANT=stretch
77

88
install:
99
- git clone https://github.com/docker-library/official-images.git ~/official-images
File renamed without changes.
File renamed without changes.

1.35.0/stretch/Dockerfile renamed to 1.36.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.35.0
6+
RUST_VERSION=1.36.0
77

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

1.35.0/stretch/slim/Dockerfile renamed to 1.36.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.35.0
6+
RUST_VERSION=1.36.0
77

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

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -Eeuo pipefail
33

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

88
defaultDebianSuite='stretch'

0 commit comments

Comments
 (0)