Skip to content

Commit 1ab0fca

Browse files
chore: update packages and docker image [TOOLS][MINOR] (#1788)
Co-authored-by: jeho <[email protected]>
1 parent 832c40a commit 1ab0fca

File tree

5 files changed

+2431
-3398
lines changed

5 files changed

+2431
-3398
lines changed

.nvmrc

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

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM linode/apl-tools:v2.7.0 as ci
1+
FROM linode/apl-tools:v2.7.1 as ci
22

33
ENV APP_HOME=/home/app/stack
44

@@ -27,7 +27,7 @@ FROM ci as clean
2727
RUN npm prune --production
2828

2929
#-----------------------------
30-
FROM linode/apl-tools:v2.7.0 as prod
30+
FROM linode/apl-tools:v2.7.1 as prod
3131

3232
ENV APP_HOME=/home/app/stack
3333
ENV ENV_DIR=/home/app/stack/env
@@ -44,4 +44,4 @@ COPY --from=ci /home/app/stack/dist /home/app/stack/dist
4444
COPY --from=clean /home/app/stack/node_modules /home/app/stack/node_modules
4545
COPY --chown=app . .
4646

47-
CMD ["dist/src/otomi.js"]
47+
CMD ["dist/src/otomi.js"]

0 commit comments

Comments
 (0)