Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.6.1 (#465)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 25b084c commit 2032cda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.5.0
20.6.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:20.5.0-alpine3.18 as build
FROM node:20.6.1-alpine3.18 as build

ENV SELF_SIGNED_CERT_IN_CHAIN=true
ENV NODE_TLS_REJECT_UNAUTHORIZED=0
Expand All @@ -33,7 +33,7 @@ WORKDIR /app
RUN yarn run test:ci && yarn install --frozen-lockfile --non-interactive --production --ignore-scripts


FROM node:20.5.0-alpine3.18 as release
FROM node:20.6.1-alpine3.18 as release

ENV SELF_SIGNED_CERT_IN_CHAIN=true
ENV NODE_TLS_REJECT_UNAUTHORIZED=0
Expand Down
4 changes: 2 additions & 2 deletions local.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:20.5.0-alpine3.17 as BUILD
FROM node:20.6.1-alpine3.17 as BUILD

ENV SELF_SIGNED_CERT_IN_CHAIN=true
ENV NODE_TLS_REJECT_UNAUTHORIZED=0
Expand All @@ -26,7 +26,7 @@ RUN mkdir -p /app && cp -a /tmp/node_modules /app/
WORKDIR /app
COPY . /app

FROM node:20.5.0-alpine3.17 as RELEASE
FROM node:20.6.1-alpine3.17 as RELEASE

ENV SELF_SIGNED_CERT_IN_CHAIN=true
ENV NODE_TLS_REJECT_UNAUTHORIZED=0
Expand Down

0 comments on commit 2032cda

Please sign in to comment.