From 49a50b94bb5855d5b6c1d5668207445e29c00ee3 Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Wed, 27 Jul 2022 18:17:05 -0700 Subject: [PATCH] whoops wrong image name --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index c4113b4..e0218aa 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM arch:latest +FROM archlinux:latest ADD ./backend/ /source ADD ./build/backend /build