Skip to content

Commit c69770f

Browse files
authored
Merge pull request #246 from kzys/upgrade-rust
Upgrade Rust from 1.39 to 1.43.1
2 parents e0d9bf6 + 0e76f02 commit c69770f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# express or implied. See the License for the specific language governing
1212
# permissions and limitations under the License.
1313

14-
FROM rust:1.39-stretch
14+
FROM rust:1.43.1-buster
1515

1616
ENV DEBIAN_FRONTEND="noninteractive"
1717
RUN apt-get update && apt-get install --yes --no-install-recommends \

0 commit comments

Comments
 (0)