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 855e100 commit 68d006eCopy full SHA for 68d006e
package/Dockerfile
@@ -17,9 +17,9 @@ RUN make
17
#
18
# base image
19
FROM registry.suse.com/bci/bci-micro:15.6 AS micro
20
-FROM registry.suse.com/bci/bci-base:15.6 AS base
+FROM registry.suse.com/bci/bci-base:15.7 AS base
21
FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 AS xx
22
-FROM --platform=$BUILDPLATFORM registry.suse.com/bci/bci-base:15.6 AS basebuilder
+FROM --platform=$BUILDPLATFORM registry.suse.com/bci/bci-base:15.7 AS basebuilder
23
24
ARG TARGETPLATFORM
25
ARG TARGETOS
0 commit comments