From af28d23e6ab8ab5eac38a7453bf9b65d5a80f847 Mon Sep 17 00:00:00 2001 From: "e.g. magical unicorn" Date: Fri, 26 Mar 2021 12:02:45 +0100 Subject: [PATCH] Why can't you just be normal? remove musl image and replace with the maintained CI Rust image for now. --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index fb14b46..addeade 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,5 +1,5 @@ #### BUILDER IMAGE -- quite big one #### -FROM paritytech/musl-ci-linux as builder +FROM paritytech/ci-linux:production as builder LABEL maintainer="Daniel Maricic daniel@woss.io" LABEL description="Polkadot Telemetry backend builder image"