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 .
16
16
COPY --from=ui-deps /app/node_modules ./node_modules
17
17
RUN pnpm install --frozen-lockfile --prefer-offline && pnpm run build
18
18
19
- FROM docker.io/golang:1.24.5-alpine@sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66 AS builder
19
+ FROM docker.io/golang:1.24.5-alpine@sha256:48ee313931980110b5a91bbe04abdf640b9a67ca5dea3a620f01bacf50593396 AS builder
20
20
21
21
# renovate: datasource=go depName=github.com/go-delve/delve
22
22
ARG DLV_VERSION=v1.25.0
@@ -45,7 +45,7 @@ COPY ./gen /app/gen
45
45
46
46
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -gcflags="all=-N -l" -o parca ./cmd/parca
47
47
48
- FROM docker.io/golang:1.24.5-alpine@sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66
48
+ FROM docker.io/golang:1.24.5-alpine@sha256:48ee313931980110b5a91bbe04abdf640b9a67ca5dea3a620f01bacf50593396
49
49
50
50
COPY --from=builder /go/bin/dlv /
51
51
COPY --from=builder /go/bin/grpc-health-probe /
Original file line number Diff line number Diff line change 1
1
# vim: ft=dockerfile
2
2
# Designed to only used by Tilt to iterate faster on the API.
3
- FROM docker.io/golang:1.24.5-alpine@sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66 AS builder
3
+ FROM docker.io/golang:1.24.5-alpine@sha256:48ee313931980110b5a91bbe04abdf640b9a67ca5dea3a620f01bacf50593396 AS builder
4
4
5
5
# renovate: datasource=go depName=github.com/go-delve/delve
6
6
ARG DLV_VERSION=v1.25.0
@@ -36,7 +36,7 @@ COPY ./gen /app/gen
36
36
# goreleaser build --single-target
37
37
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -gcflags="all=-N -l" -o parca ./cmd/parca
38
38
39
- FROM docker.io/golang:1.24.5-alpine@sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66
39
+ FROM docker.io/golang:1.24.5-alpine@sha256:48ee313931980110b5a91bbe04abdf640b9a67ca5dea3a620f01bacf50593396
40
40
41
41
COPY --from=builder /go/bin/dlv /
42
42
COPY --from=builder /go/bin/grpc-health-probe /
You can’t perform that action at this time.
0 commit comments