Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Node v20
  • Loading branch information
Jancis committed Sep 6, 2023
commit 9519334b056ee4a0b098d4b4fb021ed89a03ce53
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
build-and-test:
docker:
- image: cimg/node:16.12.0-browsers
- image: cimg/node:20.6.0-browsers

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion silta/node.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wunderio/silta-node:v0.1
FROM wunderio/silta-node:20-alpine-v0.1

COPY . /app

Expand Down