File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- golang 1.24.5
1+ golang 1.25.3
22mockery 2.53.0
33nodejs 20.13.1
44pnpm 10.6.5
Original file line number Diff line number Diff line change 11# #
22# Build image: Chainlink binary with plugins.
33# #
4- FROM golang:1.25.2 -bookworm AS buildgo
4+ FROM golang:1.25.3 -bookworm AS buildgo
55RUN go version
66RUN apt-get update && apt-get install -y jq && rm -rf /var/lib/apt/lists/*
77
Original file line number Diff line number Diff line change 33# XXX: Experimental -- not to be used to build images for production use.
44# See: ../core/chainlink.Dockerfile for the production Dockerfile.
55# #
6- FROM golang:1.24-bullseye AS buildgo
6+ FROM golang:1.25.3-bookworm AS buildgo
77RUN go version
88RUN apt-get update && apt-get install -y jq && rm -rf /var/lib/apt/lists/*
99
You can’t perform that action at this time.
0 commit comments