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.6-alpine@sha256:660f0b83cf50091e3777e4730ccc0e63e83fea2c420c872af5c60cb357dcafb2 AS builder
19+ FROM docker.io/golang:1.25.6-alpine@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92 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.6-alpine@sha256:660f0b83cf50091e3777e4730ccc0e63e83fea2c420c872af5c60cb357dcafb2
48+ FROM docker.io/golang:1.25.6-alpine@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92
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.6-alpine@sha256:660f0b83cf50091e3777e4730ccc0e63e83fea2c420c872af5c60cb357dcafb2 AS builder
3+ FROM docker.io/golang:1.25.6-alpine@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92 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.6-alpine@sha256:660f0b83cf50091e3777e4730ccc0e63e83fea2c420c872af5c60cb357dcafb2
39+ FROM docker.io/golang:1.25.6-alpine@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92
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