File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ COPY ui .
1616COPY --from=ui-deps /app/node_modules ./node_modules
1717RUN pnpm install --frozen-lockfile --prefer-offline && pnpm run build
1818
19- FROM docker.io/golang:1.25.5 -alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb AS builder
19+ FROM docker.io/golang:1.25.6 -alpine@sha256:d9b2e14101f27ec8d09674cd01186798d227bb0daec90e032aeb1cd22ac0f029 AS builder
2020
2121# renovate: datasource=go depName=github.com/go-delve/delve
2222ARG DLV_VERSION=v1.25.2
@@ -45,7 +45,7 @@ COPY ./gen /app/gen
4545
4646RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -gcflags="all=-N -l" -o parca ./cmd/parca
4747
48- FROM docker.io/golang:1.25.5 -alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb
48+ FROM docker.io/golang:1.25.6 -alpine@sha256:d9b2e14101f27ec8d09674cd01186798d227bb0daec90e032aeb1cd22ac0f029
4949
5050COPY --from=builder /go/bin/dlv /
5151COPY --from=builder /go/bin/grpc-health-probe /
Original file line number Diff line number Diff line change 11# vim: ft=dockerfile
22# Designed to only used by Tilt to iterate faster on the API.
3- FROM docker.io/golang:1.25.5 -alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb AS builder
3+ FROM docker.io/golang:1.25.6 -alpine@sha256:d9b2e14101f27ec8d09674cd01186798d227bb0daec90e032aeb1cd22ac0f029 AS builder
44
55# renovate: datasource=go depName=github.com/go-delve/delve
66ARG DLV_VERSION=v1.25.2
@@ -36,7 +36,7 @@ COPY ./gen /app/gen
3636# goreleaser build --single-target
3737RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -gcflags="all=-N -l" -o parca ./cmd/parca
3838
39- FROM docker.io/golang:1.25.5 -alpine@sha256:ac09a5f469f307e5da71e766b0bd59c9c49ea460a528cc3e6686513d64a6f1fb
39+ FROM docker.io/golang:1.25.6 -alpine@sha256:d9b2e14101f27ec8d09674cd01186798d227bb0daec90e032aeb1cd22ac0f029
4040
4141COPY --from=builder /go/bin/dlv /
4242COPY --from=builder /go/bin/grpc-health-probe /
You can’t perform that action at this time.
0 commit comments