Use node:16.16.0-bullseye for docker images (#341)

Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
ekzyis 2023-07-05 02:49:00 +02:00 committed by GitHub
parent dc62751df4
commit 67a5fe7ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM node:14.21.3-bullseye
FROM node:16.16.0-bullseye
ENV NODE_ENV=development

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM node:14.21.3-bullseye
FROM node:16.16.0-bullseye
ENV NODE_ENV=development