From 865bd1f01f4d8b7be5f82d883b97f9e38218d2af Mon Sep 17 00:00:00 2001 From: _ <> Date: Thu, 10 Dec 2020 05:49:23 +0000 Subject: [PATCH] :construction: Can't remember what I was working on here --- new-Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/new-Dockerfile b/new-Dockerfile index fdf668e..0481715 100644 --- a/new-Dockerfile +++ b/new-Dockerfile @@ -1,6 +1,5 @@ -# Mix of https://whitfin.io/speeding-up-rust-docker-builds/ -# and a "minimal Rust Docker image!" GH repo which was just -# "lol use Alpine duh" +# https://whitfin.io/speeding-up-rust-docker-builds/ +# TODO: https://stackoverflow.com/questions/57389547/how-to-define-the-context-for-a-docker-build-as-a-specific-commit-on-one-of-the FROM rust:1.47-slim-buster as build