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 c7ff346 commit 3d25f1dCopy full SHA for 3d25f1d
system-test/Dockerfile.linux
@@ -1,4 +1,4 @@
1
-FROM golang:1.21-bullseye as builder
+FROM golang:1.23-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.21-alpine as builder
+FROM golang:1.23-alpine as builder
RUN apk add --no-cache git
5
WORKDIR /root/
6
RUN go install github.com/google/pprof@latest
0 commit comments