-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Rust to 1.43.0 #7869
Merged
Merged
Update Rust to 1.43.0 #7869
Conversation
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
Diff:diff --git a/_bashbrew-list b/_bashbrew-list
index 3732102..bb82cd1 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -7,24 +7,24 @@ rust:1-slim
rust:1-slim-buster
rust:1-slim-stretch
rust:1-stretch
-rust:1.42
-rust:1.42-alpine
-rust:1.42-alpine3.10
-rust:1.42-alpine3.11
-rust:1.42-buster
-rust:1.42-slim
-rust:1.42-slim-buster
-rust:1.42-slim-stretch
-rust:1.42-stretch
-rust:1.42.0
-rust:1.42.0-alpine
-rust:1.42.0-alpine3.10
-rust:1.42.0-alpine3.11
-rust:1.42.0-buster
-rust:1.42.0-slim
-rust:1.42.0-slim-buster
-rust:1.42.0-slim-stretch
-rust:1.42.0-stretch
+rust:1.43
+rust:1.43-alpine
+rust:1.43-alpine3.10
+rust:1.43-alpine3.11
+rust:1.43-buster
+rust:1.43-slim
+rust:1.43-slim-buster
+rust:1.43-slim-stretch
+rust:1.43-stretch
+rust:1.43.0
+rust:1.43.0-alpine
+rust:1.43.0-alpine3.10
+rust:1.43.0-alpine3.11
+rust:1.43.0-buster
+rust:1.43.0-slim
+rust:1.43.0-slim-buster
+rust:1.43.0-slim-stretch
+rust:1.43.0-stretch
rust:alpine
rust:alpine3.10
rust:alpine3.11
diff --git a/rust_alpine/Dockerfile b/rust_alpine/Dockerfile
index c34e359..a6ea048 100644
--- a/rust_alpine/Dockerfile
+++ b/rust_alpine/Dockerfile
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
- RUST_VERSION=1.42.0
+ RUST_VERSION=1.43.0
RUN set -eux; \
url="https://static.rust-lang.org/rustup/archive/1.21.1/x86_64-unknown-linux-musl/rustup-init"; \
diff --git a/rust_alpine3.10/Dockerfile b/rust_alpine3.10/Dockerfile
index 0519c7b..2e1a6d9 100644
--- a/rust_alpine3.10/Dockerfile
+++ b/rust_alpine3.10/Dockerfile
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
- RUST_VERSION=1.42.0
+ RUST_VERSION=1.43.0
RUN set -eux; \
url="https://static.rust-lang.org/rustup/archive/1.21.1/x86_64-unknown-linux-musl/rustup-init"; \
diff --git a/rust_latest/Dockerfile b/rust_latest/Dockerfile
index 0ec69d9..d966f89 100644
--- a/rust_latest/Dockerfile
+++ b/rust_latest/Dockerfile
@@ -3,7 +3,7 @@ FROM buildpack-deps:buster
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
- RUST_VERSION=1.42.0
+ RUST_VERSION=1.43.0
RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
diff --git a/rust_slim-stretch/Dockerfile b/rust_slim-stretch/Dockerfile
index 4a348c8..31839ae 100644
--- a/rust_slim-stretch/Dockerfile
+++ b/rust_slim-stretch/Dockerfile
@@ -3,7 +3,7 @@ FROM debian:stretch-slim
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
- RUST_VERSION=1.42.0
+ RUST_VERSION=1.43.0
RUN set -eux; \
apt-get update; \
diff --git a/rust_slim/Dockerfile b/rust_slim/Dockerfile
index 95d74e4..ce59e25 100644
--- a/rust_slim/Dockerfile
+++ b/rust_slim/Dockerfile
@@ -3,7 +3,7 @@ FROM debian:buster-slim
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
- RUST_VERSION=1.42.0
+ RUST_VERSION=1.43.0
RUN set -eux; \
apt-get update; \
diff --git a/rust_stretch/Dockerfile b/rust_stretch/Dockerfile
index 1021854..ed9064a 100644
--- a/rust_stretch/Dockerfile
+++ b/rust_stretch/Dockerfile
@@ -3,7 +3,7 @@ FROM buildpack-deps:stretch
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
- RUST_VERSION=1.42.0
+ RUST_VERSION=1.43.0
RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \ |
Just FYI, our build queue is currently pretty bloated due to #7858, #7867, and #7865, so it may be a while before this reflected on the Docker Hub. Build test of #7869; 5f46ca7; $ bashbrew build rust:1-stretch
Building bashbrew/cache:8aa1dc27873e89b4256655c3b5a5472a765c98f8a99bb22d8f5860e07acc368a (rust:1-stretch)
Tagging rust:1-stretch
Tagging rust:1.43-stretch
Tagging rust:1.43.0-stretch
Tagging rust:stretch
$ test/run.sh rust:1-stretch
testing rust:1-stretch
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'rust-hello-world' [5/5]...passed
$ bashbrew build rust:1-slim-stretch
Building bashbrew/cache:d5f39498de8f634928cb86328f206b6387d0c28f003d47f88a84d014bf276126 (rust:1-slim-stretch)
Tagging rust:1-slim-stretch
Tagging rust:1.43-slim-stretch
Tagging rust:1.43.0-slim-stretch
Tagging rust:slim-stretch
$ test/run.sh rust:1-slim-stretch
testing rust:1-slim-stretch
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'rust-hello-world' [5/5]...passed
$ bashbrew build rust:1-buster
Building bashbrew/cache:bd9698d27a88e5ca1cbc335d06f8e7b56c6a5e31b96a32499778563e17cb07c7 (rust:1-buster)
Tagging rust:1-buster
Tagging rust:1.43-buster
Tagging rust:1.43.0-buster
Tagging rust:buster
Tagging rust:1
Tagging rust:1.43
Tagging rust:1.43.0
Tagging rust:latest
$ test/run.sh rust:1-buster
testing rust:1-buster
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'rust-hello-world' [5/5]...passed
$ bashbrew build rust:1-slim-buster
Building bashbrew/cache:d45601dfde94a67d14cd8a1e5861d1e6d4ae0a138298a4381dcd1dd1fd92b905 (rust:1-slim-buster)
Tagging rust:1-slim-buster
Tagging rust:1.43-slim-buster
Tagging rust:1.43.0-slim-buster
Tagging rust:slim-buster
Tagging rust:1-slim
Tagging rust:1.43-slim
Tagging rust:1.43.0-slim
Tagging rust:slim
$ test/run.sh rust:1-slim-buster
testing rust:1-slim-buster
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'rust-hello-world' [5/5]...passed
$ bashbrew build rust:1-alpine3.10
Building bashbrew/cache:dec1ffe5fa95d4fbe7584f1b226b7672f943c5095da3dc4b78bb666e5fd5a2d3 (rust:1-alpine3.10)
Tagging rust:1-alpine3.10
Tagging rust:1.43-alpine3.10
Tagging rust:1.43.0-alpine3.10
Tagging rust:alpine3.10
$ test/run.sh rust:1-alpine3.10
testing rust:1-alpine3.10
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'rust-hello-world' [5/5]...passed
$ bashbrew build rust:1-alpine3.11
Building bashbrew/cache:8b40750ceea948c1d7122e781575fe295d46d7b3391044317ae5727573bd8824 (rust:1-alpine3.11)
Tagging rust:1-alpine3.11
Tagging rust:1.43-alpine3.11
Tagging rust:1.43.0-alpine3.11
Tagging rust:alpine3.11
Tagging rust:1-alpine
Tagging rust:1.43-alpine
Tagging rust:1.43.0-alpine
Tagging rust:alpine
$ test/run.sh rust:1-alpine3.11
testing rust:1-alpine3.11
'utc' [1/5]...passed
'cve-2014--shellshock' [2/5]...passed
'no-hard-coded-passwords' [3/5]...passed
'override-cmd' [4/5]...passed
'rust-hello-world' [5/5]...passed
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.