From 522ac8258a9f473067ddc9eb2f171f7a5f159f59 Mon Sep 17 00:00:00 2001 From: lnkr Date: Thu, 5 May 2022 11:58:53 +0300 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1e02d86..c4d0c11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,7 @@ #ARG DEBIAN_VERSION #FROM debian:${DEBIAN_VERSION}-slim -# - BASED? BASED ON WHAT? -# - based on Ubuntu 22.04 LTS «Jammy Jellyfish» -FROM ubuntu:jammy +FROM ubuntu:latest # rust paths ENV RUSTUP_HOME=/usr/local/rustup \ @@ -40,7 +38,7 @@ RUN set -eux; \ rustup --version; \ cargo --version; \ rustc --version; \ - rustup toolchain list; \ + rustup target list; \ \ apt remove -y --auto-remove \ ### ditch the wget who needs that