Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
refactor(node): upgrading to 20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianok committed Apr 12, 2024
1 parent 62643b8 commit edb077c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
20.11.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=lts
ARG VERSION=20.11.0
# Use the pre-baked fat node image only in the builder
# which includes build utils preinstalled (e.g. gcc, make, etc).
# This will result in faster and reliable One App docker image
Expand Down
2 changes: 1 addition & 1 deletion prod-sample/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=lts
ARG VERSION=20.11.0

FROM node:$VERSION as builder
MAINTAINER One App Team
Expand Down

0 comments on commit edb077c

Please sign in to comment.