Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 7.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /app

ENV NODE_ENV=production

ENV RC_VERSION=7.10.0
ENV RC_VERSION=7.10.3

RUN set -eux \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion 7.4/Dockerfile → 7.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /app

ENV NODE_ENV=production

ENV RC_VERSION=7.4.5
ENV RC_VERSION=7.11.0

RUN set -eux \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion 7.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /app

ENV NODE_ENV=production

ENV RC_VERSION=7.5.4
ENV RC_VERSION=7.5.5

RUN set -eux \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion 7.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /app

ENV NODE_ENV=production

ENV RC_VERSION=7.6.5
ENV RC_VERSION=7.6.6

RUN set -eux \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion 7.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /app

ENV NODE_ENV=production

ENV RC_VERSION=7.7.8
ENV RC_VERSION=7.7.9

RUN set -eux \
&& apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion 7.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /app

ENV NODE_ENV=production

ENV RC_VERSION=7.9.3
ENV RC_VERSION=7.9.5

RUN set -eux \
&& apt-get update \
Expand Down