Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN make build/wallet
RUN make build/explorer
RUN go build -a -o bin ./cmd/main/...

FROM alpine:3.19
FROM alpine:3.22
WORKDIR /app
COPY --from=builder /go/src/github.com/canopy-network/canopy/bin ./
ENTRYPOINT ["/app/bin"]
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN if [ ! -f "${BIN_PATH}" ]; then \
echo "File ${BIN_PATH} already exists. Skipping build."; \
fi

FROM alpine:3.19
FROM alpine:3.22

RUN apk add --no-cache pigz ca-certificates

Expand Down