Skip to content

Commit 75b00f2

Browse files
chore(deps): update golang to 48ee313 (#5815)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac237e3 commit 75b00f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY ui .
1616
COPY --from=ui-deps /app/node_modules ./node_modules
1717
RUN pnpm install --frozen-lockfile --prefer-offline && pnpm run build
1818

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
2020

2121
# renovate: datasource=go depName=github.com/go-delve/delve
2222
ARG DLV_VERSION=v1.25.0
@@ -45,7 +45,7 @@ COPY ./gen /app/gen
4545

4646
RUN 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.24.5-alpine@sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66
48+
FROM docker.io/golang:1.24.5-alpine@sha256:48ee313931980110b5a91bbe04abdf640b9a67ca5dea3a620f01bacf50593396
4949

5050
COPY --from=builder /go/bin/dlv /
5151
COPY --from=builder /go/bin/grpc-health-probe /

Dockerfile.go.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim: ft=dockerfile
22
# 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
44

55
# renovate: datasource=go depName=github.com/go-delve/delve
66
ARG DLV_VERSION=v1.25.0
@@ -36,7 +36,7 @@ COPY ./gen /app/gen
3636
# goreleaser build --single-target
3737
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -gcflags="all=-N -l" -o parca ./cmd/parca
3838

39-
FROM docker.io/golang:1.24.5-alpine@sha256:ddf52008bce1be455fe2b22d780b6693259aaf97b16383b6372f4b22dd33ad66
39+
FROM docker.io/golang:1.24.5-alpine@sha256:48ee313931980110b5a91bbe04abdf640b9a67ca5dea3a620f01bacf50593396
4040

4141
COPY --from=builder /go/bin/dlv /
4242
COPY --from=builder /go/bin/grpc-health-probe /

0 commit comments

Comments
 (0)