Skip to content

Commit

Permalink
fix base image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 committed Oct 9, 2024
1 parent 7f69246 commit 58a92de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Build stage for BerkeleyDB
ARG PLATFORM

FROM lncm/berkeleydb:db-4.8.30.NC-${PLATFORM} as berkeleydb
FROM lncm/berkeleydb:v4.8.30.NC-${PLATFORM} as berkeleydb

# Build stage for Bitcoin Core
FROM alpine:3.18 as bitcoin-core
Expand Down

0 comments on commit 58a92de

Please sign in to comment.