Merge pull request #1803 from fgeorgatos/patch-1

fix Dockerfile: go1.22 is required for docker build
This commit is contained in:
Jonathon Anderson
2025-03-20 16:58:50 -06:00
committed by GitHub

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