polygon/heimdall update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Build and Install Heimdall in a stock Go builder container
|
||||
FROM golang:1.16-alpine
|
||||
FROM golang:1.17-alpine
|
||||
|
||||
# Install packages we need
|
||||
RUN apk add --no-cache make gcc musl-dev linux-headers git
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh [1/1829]
|
||||
|
||||
# exit script on any error
|
||||
#!/bin/sh
|
||||
|
||||
# exit script on any error
|
||||
set -e
|
||||
|
||||
# Set Heimdall Home Directory
|
||||
|
||||
Reference in New Issue
Block a user