Skip to content

Commit

Permalink
fix(docker): wrong node version for jobs (#2211)
Browse files Browse the repository at this point in the history
## Describe your changes

Fixes NAN-1030

- Incorrect version for jobs' dockerfile
  • Loading branch information
bodinsamuel authored May 27, 2024
1 parent 1d0363b commit 4728913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jobs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-slim
FROM node:20.12.2-slim

RUN apt-get update \
&& apt-get install -y ca-certificates \
Expand Down

0 comments on commit 4728913

Please sign in to comment.