Skip to content

Commit cf5422c

Browse files
committed
feat: upgrade nodejs to 14.21.1
1 parent 95fb3df commit cf5422c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildpack-14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.19.3-buster
1+
FROM node:14.21.1-buster
22

33
ENV DEBIAN_VERSION_NAME buster
44

runtime-14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.19.3-buster
1+
FROM node:14.21.1-buster
22

33
ENV DEBIAN_VERSION_NAME=buster NODE_ENV=production
44
ENV PORTCHECKER_VERSION=v1.1.0

0 commit comments

Comments
 (0)