We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa1f91 commit 7009038Copy full SHA for 7009038
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
+FROM registry.suse.com/bci/bci-base:15.7
16
17
ARG TARGETPLATFORM
18
RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then \
0 commit comments