Skip to content

Commit

Permalink
build(deps): bump golang in /ops-bedrock
Browse files Browse the repository at this point in the history
Bumps golang from 1.19-alpine3.18 to 1.22-alpine3.18.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent ce2627c commit 89bcbe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops-bedrock/Dockerfile.l1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM golang:1.19-alpine3.18 as build
FROM golang:1.22-alpine3.18 as build
RUN apk add --no-cache git make cmake gcc musl-dev linux-headers build-base libc-dev gcompat
RUN git clone https://github.com/bnb-chain/bsc.git
RUN cd bsc && git checkout v1.2.12 && make geth && go build -o ./build/bin/bootnode ./cmd/bootnode
RUN git clone https://github.com/bnb-chain/node.git
RUN cd node && git checkout v0.10.16 && make build

FROM golang:1.19-alpine3.18
FROM golang:1.22-alpine3.18

RUN apk add --no-cache bash expect wget nodejs npm git jq make cmake gcc musl-dev linux-headers build-base libc-dev gcompat python3

Expand Down

0 comments on commit 89bcbe0

Please sign in to comment.