Skip to content

Commit

Permalink
Fix build errors by fixing image
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonzoRicardo committed Aug 26, 2020
1 parent ce54019 commit a9a5957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0.15/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN make install
RUN rm -rf ${BERKELEYDB_PREFIX}/docs

# Build stage for Bitcoin Gold
FROM alpine as bitcoin-gold
FROM alpine:3.9 as bitcoin-gold

COPY --from=berkeleydb /opt /opt

Expand Down Expand Up @@ -88,7 +88,7 @@ RUN strip ${BITCOIN_GOLD_PREFIX}/lib/libbitcoinconsensus.a
RUN strip ${BITCOIN_GOLD_PREFIX}/lib/libbitcoinconsensus.so.0.0.0

# Build stage for compiled artifacts
FROM alpine
FROM alpine:3.9

LABEL maintainer.0="João Fonseca (@joaopaulofonseca)" \
maintainer.1="Pedro Branco (@pedrobranco)" \
Expand Down

0 comments on commit a9a5957

Please sign in to comment.