diff --git a/Dockerfile b/Dockerfile index 98337d9650..97cd629579 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG DEBIAN_VERSION=bullseye-slim -ARG GO_VERSION=1.20-buster +ARG GO_VERSION=1.21.1-bullseye FROM golang:${GO_VERSION} AS builder diff --git a/Dockerfile.staging b/Dockerfile.staging index 50b6821e49..787478567b 100644 --- a/Dockerfile.staging +++ b/Dockerfile.staging @@ -21,4 +21,4 @@ RUN go install -trimpath github.com/ChainSafe/gossamer/cmd/gossamer RUN ["sh", "-c", "gossamer init --chain=${chain} --base-path=${basepath}/${chain}"] ENTRYPOINT ["sh", "-c", "service datadog-agent start && gossamer --chain=${chain} --base-path=${basepath}/${chain} --prometheus-external --prometheus-port=9876 --pprof.enabled --pprof.listening-address=\":6060\""] -EXPOSE 7001 8546 8540 9876 6060 \ No newline at end of file +EXPOSE 7001 8546 8540 9876 6060