mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01:00
Upgrade go docker builder image
This commit is contained in:
parent
b87a4f4835
commit
e153fefbad
2
.github/workflows/Dockerfile
vendored
2
.github/workflows/Dockerfile
vendored
@ -5,7 +5,7 @@
|
||||
###########################
|
||||
# Build binaries stage
|
||||
###########################
|
||||
FROM --platform=$BUILDPLATFORM golang:1.16.15-alpine3.15 AS build
|
||||
FROM --platform=$BUILDPLATFORM golang:1.17.8-alpine3.15 AS build
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
# Arguments required to build binaries targetting the correct OS and CPU architectures
|
||||
|
Loading…
Reference in New Issue
Block a user