Skip to content

Commit c0d589c

Browse files
chore(deps): update registry.suse.com/bci/bci-base docker tag to v15.7
1 parent 1d4ac96 commit c0d589c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN chmod +x /app/scripts/build
1212
# Run the build script
1313
RUN /app/scripts/build
1414

15-
FROM registry.suse.com/bci/bci-base:15.6 AS lib_builder
15+
FROM registry.suse.com/bci/bci-base:15.7 AS lib_builder
1616

1717
ARG SRC_BRANCH=main
1818
ARG SRC_TAG
@@ -45,7 +45,7 @@ RUN export REPO_OVERRIDE="" && \
4545
bash /usr/src/dep-versions/scripts/build-nfs-ganesha.sh "${REPO_OVERRIDE}" "${COMMIT_ID_OVERRIDE}"
4646

4747

48-
FROM registry.suse.com/bci/bci-base:15.6 AS release
48+
FROM registry.suse.com/bci/bci-base:15.7 AS release
4949

5050
ARG TARGETPLATFORM
5151
RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then \

0 commit comments

Comments
 (0)