chore(deps): bump node in /images/nginx

Bumps node from 14-bullseye-slim to 17-bullseye-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-14 05:53:25 +00:00 committed by GitHub
parent a9b6b755ce
commit dab2c80621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:14-bullseye-slim as base
FROM node:17-bullseye-slim as base
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \