We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3fefa commit a2d48aeCopy full SHA for a2d48ae
system-test/Dockerfile.linux
@@ -1,4 +1,4 @@
1
-FROM golang:1.22-bullseye as builder
+FROM golang:1.24-bullseye as builder
2
RUN apt-get update && apt-get install -y \
3
git \
4
&& rm -rf /var/lib/apt/lists/*
system-test/Dockerfile.node-alpine
@@ -1,6 +1,6 @@
ARG NODE_VERSION
-FROM golang:1.22-alpine as builder
+FROM golang:1.24-alpine as builder
RUN apk add --no-cache git
5
WORKDIR /root/
6
RUN go install github.com/google/pprof@v0.0.0-20240827171923-fa2c70bbbfe5
0 commit comments