Skip to content

Commit

Permalink
chore(deps): update node.js to v20 (vf-000)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2024
1 parent f5f7529 commit 672f1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

RUN apk add --no-cache dumb-init python3 make g++

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

RUN apk add --no-cache dumb-init ca-certificates python3 make g++

Expand Down

0 comments on commit 672f1b6

Please sign in to comment.