Update node Docker tag to v21 #17
@@ -1,4 +1,4 @@
|
||||
FROM node:18-slim
|
||||
FROM node:21-slim
|
||||
|
||||
# add curl for healthcheck
|
||||
RUN apt-get update \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user