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 da80564 commit 0e32a10Copy full SHA for 0e32a10
system-test/Dockerfile.linux
@@ -1,4 +1,4 @@
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/*
system-test/Dockerfile.node-alpine
@@ -1,6 +1,6 @@
ARG NODE_VERSION
-FROM golang:1.21-alpine as builder
+FROM golang:1.22-alpine as builder
RUN apk add --no-cache git
5
WORKDIR /root/
6
RUN go install github.com/google/pprof@latest
0 commit comments