We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ff346 commit 24d44e5Copy full SHA for 24d44e5
system-test/Dockerfile.linux
@@ -1,9 +1,9 @@
1
-FROM golang:1.21-bullseye as builder
+FROM golang:1.22-bullseye as builder
2
RUN apt-get update && apt-get install -y \
3
git \
4
&& rm -rf /var/lib/apt/lists/*
5
WORKDIR /root/
6
-RUN go install github.com/google/pprof@latest
+RUN go install github.com/google/pprof@v0.0.0-20240827171923-fa2c70bbbfe5
7
8
FROM debian:11
9
system-test/Dockerfile.node-alpine
ARG NODE_VERSION
-FROM golang:1.21-alpine as builder
+FROM golang:1.22-alpine as builder
RUN apk add --no-cache git
FROM node:${NODE_VERSION}-alpine
0 commit comments