Skip to content

Commit

Permalink
Upgrade node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOaks committed Jul 20, 2024
1 parent 9fa585b commit 2c78435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.5.0
nodejs 20.15.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.5.1-alpine3.18
FROM node:20.15-alpine
RUN mkdir -p /opt/app
WORKDIR /opt/app

Expand Down

0 comments on commit 2c78435

Please sign in to comment.