Skip to content

Commit f023a0b

Browse files
fix: add the definition of build arguments
1 parent 1176e45 commit f023a0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utf8.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ RUN cd /root && \
3030
# Runtime stage
3131
FROM almalinux:9-minimal
3232

33+
ARG opensource_COBOL_4J_version=dummy_value
34+
3335
SHELL ["/bin/bash", "-c"]
3436

3537
# install runtime dependencies only

0 commit comments

Comments
 (0)