dynamic FROM test
Some checks failed
ci/woodpecker/push/build_dev Pipeline failed

This commit is contained in:
Ruben Momoa
2024-08-22 16:11:36 +02:00
parent ea1db4fa0c
commit c00077252c

View File

@@ -1,11 +1,13 @@
ARG BASE_VERSION
FROM php:latest
ARG BASE_VERSION
RUN echo BASE_VERSION;
RUN echo $BASE_VERSION;
RUN echo ${BASE_VERSION};
RUB exit;
# port to for the webserver
ENV WEBSERVER_PORT=8080