Skip to content

Commit 33dd10b

Browse files
authored
Fix case of RELEASE stage (#455)
* Add iputils-ping to the base packages * Fix case on final build stage closes #450
1 parent c19275d commit 33dd10b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.docker/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5656
ARG BUILD_DATE
5757
ARG BUILD_VERSION
5858
ARG BUILD_REF

.docker/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5757
ARG BUILD_DATE
5858
ARG BUILD_VERSION
5959
ARG BUILD_REF

docker-custom/Dockerfile.custom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5656
ARG BUILD_DATE
5757
ARG BUILD_VERSION
5858
ARG BUILD_REF

docker-custom/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5858
ARG BUILD_DATE
5959
ARG BUILD_VERSION
6060
ARG BUILD_REF

0 commit comments

Comments
 (0)