polygon/heimdall update
This commit is contained in:
@@ -12,8 +12,8 @@ services:
|
|||||||
heimdalld:
|
heimdalld:
|
||||||
build: &ref_0
|
build: &ref_0
|
||||||
args:
|
args:
|
||||||
UPSTREAM_VERSION: v0.2.7
|
UPSTREAM_VERSION: v0.2.8
|
||||||
context: ./polygon/heimdall
|
context: ./polygon/heimdall
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- "heimdall_data:/root/.heimdalld"
|
- "heimdall_data:/root/.heimdalld"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Build and Install Heimdall in a stock Go builder container
|
# Build and Install Heimdall in a stock Go builder container
|
||||||
FROM golang:1.16-alpine
|
FROM golang:1.17-alpine
|
||||||
|
|
||||||
# Install packages we need
|
# Install packages we need
|
||||||
RUN apk add --no-cache make gcc musl-dev linux-headers git
|
RUN apk add --no-cache make gcc musl-dev linux-headers git
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh [1/1829]
|
#!/bin/sh
|
||||||
|
|
||||||
# exit script on any error
|
# exit script on any error
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user