Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
polebug committed Dec 20, 2024
1 parent d13bddc commit 1a9ae4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/rss3-network/go-image/go-builder:main-4782eed AS base
FROM ghcr.io/rss3-network/go-image/go-builder:main-230cb74 AS base

WORKDIR /root/node

Expand All @@ -19,7 +19,7 @@ ENV CGO_ENABLED=0
RUN --mount=type=cache,target=/go/pkg/mod/ \
make build

FROM ghcr.io/rss3-network/go-image/go-runtime:main-4782eed AS runner
FROM ghcr.io/rss3-network/go-image/go-builder:main-230cb74 AS runner

WORKDIR /root/node

Expand Down

0 comments on commit 1a9ae4c

Please sign in to comment.