Skip to content

Commit c780646

Browse files
chore(deps): update golang to v1.25.3 (#6017)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5930d15 commit c780646

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.1-alpine@sha256:b6ed3fd0452c0e9bcdef5597f29cc1418f61672e9d3a2f55bf02e7222c014abd AS builder
19+
FROM docker.io/golang:1.25.3-alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 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.1-alpine@sha256:b6ed3fd0452c0e9bcdef5597f29cc1418f61672e9d3a2f55bf02e7222c014abd
48+
FROM docker.io/golang:1.25.3-alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34
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.1-alpine@sha256:b6ed3fd0452c0e9bcdef5597f29cc1418f61672e9d3a2f55bf02e7222c014abd AS builder
3+
FROM docker.io/golang:1.25.3-alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34 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.1-alpine@sha256:b6ed3fd0452c0e9bcdef5597f29cc1418f61672e9d3a2f55bf02e7222c014abd
39+
FROM docker.io/golang:1.25.3-alpine@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34
4040

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

0 commit comments

Comments
 (0)