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