We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4ac96 commit c0d589cCopy full SHA for c0d589c
package/Dockerfile
@@ -12,7 +12,7 @@ RUN chmod +x /app/scripts/build
12
# Run the build script
13
RUN /app/scripts/build
14
15
-FROM registry.suse.com/bci/bci-base:15.6 AS lib_builder
+FROM registry.suse.com/bci/bci-base:15.7 AS lib_builder
16
17
ARG SRC_BRANCH=main
18
ARG SRC_TAG
@@ -45,7 +45,7 @@ RUN export REPO_OVERRIDE="" && \
45
bash /usr/src/dep-versions/scripts/build-nfs-ganesha.sh "${REPO_OVERRIDE}" "${COMMIT_ID_OVERRIDE}"
46
47
48
-FROM registry.suse.com/bci/bci-base:15.6 AS release
+FROM registry.suse.com/bci/bci-base:15.7 AS release
49
50
ARG TARGETPLATFORM
51
RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then \
0 commit comments