fix Dockerfile: go1.22 is required for docker build

This commit is contained in:
Fotis Georgatos
2025-03-04 21:15:07 +01:00
committed by GitHub
parent a98ec09b36
commit 24883a3c1d

View File

@@ -1,6 +1,6 @@
FROM opensuse/tumbleweed:latest as builder
RUN zypper -n install --no-recommends git go1.21 libgpgme-devel unzip &&\
RUN zypper -n install --no-recommends git go1.22 libgpgme-devel unzip &&\
zypper -n install -t pattern devel_basis
# now build the warewulf