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

This commit is contained in:
Ruben Momoa
2024-08-22 16:13:53 +02:00
parent 37f62ee64c
commit 651798c843

View File

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