From 1179c90140f0a958afa800dc1df618e588d7c1e9 Mon Sep 17 00:00:00 2001 From: tillkuhn Date: Thu, 9 Nov 2023 00:04:32 +0100 Subject: [PATCH] change copy src for rubin --- go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/Dockerfile b/go/Dockerfile index e7aea772..7e6bee6a 100644 --- a/go/Dockerfile +++ b/go/Dockerfile @@ -18,7 +18,7 @@ ENV RELEASE_NAME=$RELEASE_NAME #ENV BUILD_DATE=$BUILD_DATE COPY dist/* /tools/ -COPY --from=rubin /main /tools/rubin +COPY --from=rubin /rubin /tools/rubin # mailcap: Helper application and MIME type associations for file types # ca-certificates: Common CA certificates PEM files from Mozilla