Skip to content

Commit

Permalink
ansible: update nodejs to 20 in Dockerfile (#3767)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Jun 21, 2024
1 parent e3e4b4a commit 6f298d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/metrics/files/index-generator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-slim
FROM node:20-slim

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/metrics/files/process-cloudflare/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:15-slim
FROM node:20-slim

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/metrics/files/summaries/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-slim
FROM node:20-slim

WORKDIR /usr/src/app

Expand Down

0 comments on commit 6f298d5

Please sign in to comment.