Skip to content

Commit

Permalink
⬆️ Bump nodejs from 16.13.0 to 20.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Dec 21, 2023
1 parent 8910d8c commit 249f50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
20.8.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:16.13.0-alpine as build
FROM --platform=$BUILDPLATFORM node:20.8.0-alpine as build
WORKDIR /app

RUN apk update \
Expand Down

0 comments on commit 249f50f

Please sign in to comment.