We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9ca87 commit 68244a2Copy full SHA for 68244a2
Dockerfile
@@ -2,11 +2,11 @@ FROM quay.io/fedora/fedora:37-x86_64 as builder
2
LABEL stage=builder
3
WORKDIR /build
4
5
-# install dependencies and go 1.21
+# install dependencies and go 1.22
6
7
# copy just enough of the git repo to parse HEAD, used to record version in OLM binaries
8
RUN dnf update -y && dnf install -y bash make git mercurial jq wget && dnf upgrade -y
9
-RUN curl -sSL https://go.dev/dl/go1.21.9.linux-amd64.tar.gz | tar -xzf - -C /usr/local
+RUN curl -sSL https://go.dev/dl/go1.22.2.linux-amd64.tar.gz | tar -xzf - -C /usr/local
10
ENV PATH=/usr/local/go/bin:$PATH
11
COPY .git/HEAD .git/HEAD
12
COPY .git/refs/heads/. .git/refs/heads
0 commit comments