Skip to content

Commit

Permalink
fix: use tag vs. latest for aio image (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade authored Sep 30, 2024
1 parent 238d1e3 commit 96da0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/all-in-one/Dockerfile.all-in-one
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96da0f0

Please sign in to comment.