Skip to content

Commit 69d7364

Browse files
CasLubbersj-zimnowodadennisvankekemAni1357
authored
feat: node 20 upgrade (#1797)
Co-authored-by: jeho <[email protected]> Co-authored-by: Dennis van Kekem <[email protected]> Co-authored-by: Ani Argjiri <[email protected]>
1 parent 3b79846 commit 69d7364

22 files changed

+2434
-1395
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.20
1+
v20.18

Dockerfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM linode/apl-tools:v2.8.0 as ci
1+
FROM linode/apl-tools:v2.8.2 as ci
22

33
ENV APP_HOME=/home/app/stack
44

@@ -26,9 +26,7 @@ FROM ci as clean
2626
# below command removes the packages specified in devDependencies and set NODE_ENV to production
2727
RUN npm prune --production
2828

29-
#-----------------------------
30-
FROM linode/apl-tools:v2.8.0 as prod
31-
29+
FROM linode/apl-tools:v2.8.2 as prod
3230
ENV APP_HOME=/home/app/stack
3331
ENV ENV_DIR=/home/app/stack/env
3432
ENV VERBOSITY='0'

0 commit comments

Comments
 (0)