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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container for building Go binary.
FROM golang:1.26.0-bookworm AS builder
FROM golang:1.26.1-bookworm AS builder
# Install dependencies
RUN apt-get update && apt-get install -y --no-install-recommends build-essential git

Expand Down
2 changes: 1 addition & 1 deletion testutil/compose/static/lighthouse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sigp/lighthouse:v8.0.1
FROM sigp/lighthouse:v8.1.1

ENV YQ_VERSION=v4.42.1

Expand Down
2 changes: 1 addition & 1 deletion testutil/promrated/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.26.0-alpine AS builder
FROM golang:1.26.1-alpine AS builder

# Install dependencies
RUN apk add --no-cache build-base git
Expand Down
Loading