File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Build stage
2- FROM almalinux:9-minimal AS builder
2+ FROM almalinux/9-micro:9 AS builder
33
44ARG opensource_COBOL_4J_version=dummy_value Open_COBOL_ESQL_4J_version=dummy_value
55
@@ -43,7 +43,7 @@ RUN cd /root/ && \
4343 rm -rf /root/Open-COBOL-ESQL-4j-${Open_COBOL_ESQL_4J_version}.tar.gz /root/Open-COBOL-ESQL-4j-${Open_COBOL_ESQL_4J_version}
4444
4545# Runtime stage
46- FROM almalinux:9-minimal
46+ FROM almalinux/9-micro:9
4747
4848ARG opensource_COBOL_4J_version=dummy_value Open_COBOL_ESQL_4J_version=dummy_value
4949
Original file line number Diff line number Diff line change 11# Build stage
2- FROM almalinux:9-minimal AS builder
2+ FROM almalinux/9-micro:9 AS builder
33
44ARG opensource_COBOL_4J_version=dummy_value
55
@@ -27,7 +27,7 @@ RUN cd /root && \
2727 rm -rf /root/opensourcecobol4j-v${opensource_COBOL_4J_version}.tar.gz /root/opensourcecobol4j-${opensource_COBOL_4J_version}
2828
2929# Runtime stage
30- FROM almalinux:9-minimal
30+ FROM almalinux/9-micro:9
3131
3232ARG opensource_COBOL_4J_version=dummy_value
3333
You can’t perform that action at this time.
0 commit comments