Skip to content

Commit 1cd4a26

Browse files
committed
fix casings
1 parent 2a96e68 commit 1cd4a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Build stage for BerkeleyDB
44
ARG PLATFORM
55

6-
FROM lncm/berkeleydb:db-4.8.30.NC-${PLATFORM} as berkeleydb
6+
FROM lncm/berkeleydb:db-4.8.30.NC-${PLATFORM} AS berkeleydb
77

88
# Build stage for Bitcoin Core
9-
FROM alpine:3.18 as bitcoin-core
9+
FROM alpine:3.18 AS bitcoin-core
1010

1111
COPY --from=berkeleydb /opt /opt
1212

0 commit comments

Comments
 (0)