Skip to content

Commit 832073c

Browse files
chore(deps): update golang to 98e6cff (#6186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0679470 commit 832073c

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.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
2222
ARG DLV_VERSION=v1.25.2
@@ -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.25.6-alpine@sha256:660f0b83cf50091e3777e4730ccc0e63e83fea2c420c872af5c60cb357dcafb2
48+
FROM docker.io/golang:1.25.6-alpine@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92
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.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
66
ARG DLV_VERSION=v1.25.2
@@ -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.25.6-alpine@sha256:660f0b83cf50091e3777e4730ccc0e63e83fea2c420c872af5c60cb357dcafb2
39+
FROM docker.io/golang:1.25.6-alpine@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92
4040

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

0 commit comments

Comments
 (0)