Skip to content

Commit 0d2ec24

Browse files
derekbitmergify[bot]
authored andcommitted
chore(Dockerfile): revert registry.suse.com/bci/bci-base to 15.7
registry.suse.com/bci/bci-base:15.6 is still in Tech Preview Signed-off-by: Derek Su <[email protected]>
1 parent 535cc09 commit 0d2ec24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/Dockerfile

+1-1
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.7
15+
FROM registry.suse.com/bci/bci-base:15.6
1616

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

0 commit comments

Comments
 (0)