Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang 1.24.5
golang 1.25.3
mockery 2.53.0
nodejs 20.13.1
pnpm 10.6.5
Expand Down
2 changes: 1 addition & 1 deletion core/chainlink.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##
# Build image: Chainlink binary with plugins.
##
FROM golang:1.25.2-bookworm AS buildgo
FROM golang:1.25.3-bookworm AS buildgo
RUN go version
RUN apt-get update && apt-get install -y jq && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion plugins/chainlink.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# XXX: Experimental -- not to be used to build images for production use.
# See: ../core/chainlink.Dockerfile for the production Dockerfile.
##
FROM golang:1.24-bullseye AS buildgo
FROM golang:1.25.3-bookworm AS buildgo
RUN go version
RUN apt-get update && apt-get install -y jq && rm -rf /var/lib/apt/lists/*

Expand Down
Loading