Skip to content

Commit a89f1dc

Browse files
change: change the base image to almalinux:9-micro
1 parent 999cd4b commit a89f1dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM almalinux:9-minimal AS builder
2+
FROM almalinux/9-micro:9 AS builder
33

44
ARG 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

4848
ARG opensource_COBOL_4J_version=dummy_value Open_COBOL_ESQL_4J_version=dummy_value
4949

utf8.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM almalinux:9-minimal AS builder
2+
FROM almalinux/9-micro:9 AS builder
33

44
ARG 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

3232
ARG opensource_COBOL_4J_version=dummy_value
3333

0 commit comments

Comments
 (0)