mirror of
https://github.com/btcsuite/btcd.git
synced 2025-01-19 05:33:36 +01:00
Merge pull request #1924 from guiand888/patch-1
Update Dockerfile to Alpine 3.16
This commit is contained in:
commit
977712a094
@ -35,7 +35,7 @@ RUN set -ex \
|
||||
&& echo "Compiling for $GOARCH" \
|
||||
&& go install -v . ./cmd/...
|
||||
|
||||
FROM $ARCH/alpine:3.12
|
||||
FROM $ARCH/alpine:3.16
|
||||
|
||||
COPY --from=build-container /go/bin /bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user