From 94ab9fd53f73769746e68f2a7b419daae82c7e3b Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Tue, 5 Nov 2024 21:53:02 -0300 Subject: [PATCH] Update Dockerfile (#54) Signed-off-by: Leonardo Custodio --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6394674..e6e215a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # ===== FIRST STAGE ====== -FROM rust:1.82-alpine as builder +FROM rust:1.82 as builder LABEL description="This is the build stage for the wallet. Here we create the binary." WORKDIR /wallet