File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN apk add --no-cache --virtual buildtools build-base linux-headers udev python
5252 cp -R node_modules prod_node_modules
5353
5454#### Stage RELEASE #####################################################################################################
55- FROM base AS RELEASE
55+ FROM base AS release
5656ARG BUILD_DATE
5757ARG BUILD_VERSION
5858ARG BUILD_REF
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN apt-get update && apt-get install -y build-essential python && \
5353 cp -R node_modules prod_node_modules
5454
5555#### Stage RELEASE #####################################################################################################
56- FROM base AS RELEASE
56+ FROM base AS release
5757ARG BUILD_DATE
5858ARG BUILD_VERSION
5959ARG BUILD_REF
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN apk add --no-cache --virtual buildtools build-base linux-headers udev python
5252 cp -R node_modules prod_node_modules
5353
5454#### Stage RELEASE #####################################################################################################
55- FROM base AS RELEASE
55+ FROM base AS release
5656ARG BUILD_DATE
5757ARG BUILD_VERSION
5858ARG BUILD_REF
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y build-essential python && \
5454 cp -R node_modules prod_node_modules
5555
5656#### Stage RELEASE #####################################################################################################
57- FROM base AS RELEASE
57+ FROM base AS release
5858ARG BUILD_DATE
5959ARG BUILD_VERSION
6060ARG BUILD_REF
You can’t perform that action at this time.
0 commit comments