We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31454e commit 670592cCopy full SHA for 670592c
Dockerfile.dapper
@@ -1,4 +1,4 @@
1
-FROM registry.suse.com/bci/golang:1.24
+FROM registry.suse.com/bci/golang:1.25
2
3
ARG DAPPER_HOST_ARCH
4
ENV ARCH $DAPPER_HOST_ARCH
package/Dockerfile
@@ -1,6 +1,6 @@
-# syntax=docker/dockerfile:1.7.0
+# syntax=docker/dockerfile:1.18.0
-FROM registry.suse.com/bci/bci-base:15.6
+FROM registry.suse.com/bci/bci-base:15.7
#awk is needed by sriov-manage utility from nvidia to perform gpu management
5
6
RUN zypper -n install pciutils which curl ethtool awk
0 commit comments