Skip to content

Commit 690a24a

Browse files
build(deps): bump the docker group across 2 directories with 3 updates
Bumps the docker group with 2 updates in the / directory: golang and debian. Bumps the docker group with 1 update in the /sandbox directory: python. Updates `golang` from 1.26-alpine to 1.27-alpine Updates `debian` from `abd67ff` to `8820086` Updates `python` from `a3ab0b9` to `1042b61` --- updated-dependencies: - dependency-name: golang dependency-version: 1.27-alpine dependency-type: direct:production dependency-group: docker - dependency-name: debian dependency-version: bookworm-slim dependency-type: direct:production dependency-group: docker - dependency-name: python dependency-version: 3.11-slim dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ed16b4 commit 690a24a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# =============================================================================
1010
# Stage 1: Go builder
1111
# =============================================================================
12-
FROM golang:1.26-bookworm@sha256:116d58cbd88c1297624acc6e967a060012422bacf9930927e23fb719189c6f36 AS builder
12+
FROM golang:1.27-bookworm@sha256:ded31c68586d2e49e760acc2e65a884b23d032e9bbbed0ae0c55abd3fcaf4452 AS builder
1313

1414
RUN apt-get update && apt-get install -y --no-install-recommends \
1515
git ca-certificates && \
@@ -50,7 +50,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build \
5050
# =============================================================================
5151
# Stage 2: Runtime (single image, all backends)
5252
# =============================================================================
53-
FROM debian:bookworm-slim@sha256:abd67ffcfa541b485a3dff59865ab629aa048a6c613e639d36e7456b0b229241
53+
FROM debian:bookworm-slim@sha256:88200866dfff7ea7f5cbcb6ec7c8a701889efe6fe859fe64d6990e4b07ea4171
5454

5555
# Runtime deps. docker.io/netcat for the docker backend + healthcheck; python3 +
5656
# librsvg + fonts are the lean provisioning floor for the *direct* backend (the

Dockerfile.mcp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Build: docker build -f Dockerfile.mcp -t ethpandaops-panda-server .
33

44
# Build stage
5-
FROM golang:1.26-alpine AS builder
5+
FROM golang:1.27-alpine AS builder
66

77
WORKDIR /app
88

Dockerfile.proxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Build: docker build -f Dockerfile.proxy -t ethpandaops-panda-proxy .
33

44
# Build stage
5-
FROM golang:1.26-alpine AS builder
5+
FROM golang:1.27-alpine AS builder
66

77
WORKDIR /app
88

sandbox/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# hard error rather than an unlocked source compile, and no C toolchain is
1010
# needed in either stage.
1111

12-
FROM python:3.11-slim@sha256:a3ab0b966bc4e91546a033e22093cb840908979487a9fc0e6e38295747e49ac0 AS builder
12+
FROM python:3.11-slim@sha256:1042b61448fef4ba92d16a8c7eb4996d027568ce64792a7877fd88511e0af7c6 AS builder
1313

1414
# uv (build-time only; never copied into the final image)
1515
COPY --from=ghcr.io/astral-sh/uv:0.11.17@sha256:03bdc89bb9798628846e60c3a9ad19006c8c3c724ccd2985a33145c039a0577b /uv /uvx /bin/
@@ -37,7 +37,7 @@ COPY modules/*/python/*.py /opt/ethpandaops-pkg/ethpandaops/
3737
# so no toolchain is required to build it.
3838
RUN uv pip install --python /usr/local/bin/python3 --prefix /install --no-cache --no-deps /opt/ethpandaops-pkg
3939

40-
FROM python:3.11-slim@sha256:a3ab0b966bc4e91546a033e22093cb840908979487a9fc0e6e38295747e49ac0
40+
FROM python:3.11-slim@sha256:1042b61448fef4ba92d16a8c7eb4996d027568ce64792a7877fd88511e0af7c6
4141

4242
# librsvg provides rsvg-convert, which the chartkit library uses to rasterise its
4343
# self-contained SVG charts. The chart font (Inter) is embedded as a data URI; the extra

0 commit comments

Comments
 (0)