From 96da0f09bd7ad9b08272c1679e992f8e249966c4 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:01:25 -0600 Subject: [PATCH] fix: use tag vs. latest for aio image (#98) Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- docker/all-in-one/Dockerfile.all-in-one | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/all-in-one/Dockerfile.all-in-one b/docker/all-in-one/Dockerfile.all-in-one index 31dbad6..d158eab 100644 --- a/docker/all-in-one/Dockerfile.all-in-one +++ b/docker/all-in-one/Dockerfile.all-in-one @@ -18,7 +18,7 @@ COPY --from=builder /go/bin/core /bin/core COPY --from=ghcr.io/theopenlane/dbx:5-35840501 /bin/dbx /bin/dbx # Copy the riverboat binary -COPY --from=ghcr.io/theopenlane/riverboat:amd64-latest /bin/riverboat /bin/riverboat +COPY --from=ghcr.io/theopenlane/riverboat:amd64-86-3eaa899d /bin/riverboat /bin/riverboat # Copy redis binary COPY --from=redis:7.4.0 /usr/local/bin/redis-server /bin/redis-server