Merge pull request 'Update node Docker tag to v21' (#17) from renovate/node-21.x into main
Some checks failed
renovate / renovate (push) Has been cancelled

Reviewed-on: #17
This commit was merged in pull request #17.
This commit is contained in:
2024-04-09 01:31:34 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-slim
FROM node:21-slim
# add curl for healthcheck
RUN apt-get update \

View File

@@ -1,4 +1,4 @@
FROM node:8.17-slim
FROM node:21.7-slim
RUN apt-get update -qq && apt-get install -qy \
ca-certificates \