Skip to content

Commit 05d486e

Browse files
committed
pass version to last stage
1 parent ef0e057 commit 05d486e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile.downstream

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ RUN mkdir -p output
4242

4343
# Create final image from ubi + built binary and command
4444
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi:9.5-1739751568
45+
46+
ARG BUILDVERSION
47+
4548
WORKDIR /
4649

4750
COPY --from=builder /opt/app-root/build .

0 commit comments

Comments
 (0)