Bump library/node from 16-alpine to 21-alpine

Bumps library/node from 16-alpine to 21-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-20 06:22:13 +00:00 committed by GitHub
parent c7ee790f9c
commit ed49b4580a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM docker.io/library/node:16-alpine as deemix
FROM --platform=$TARGETPLATFORM docker.io/library/node:21-alpine as deemix
ARG TARGETPLATFORM
ARG BUILDPLATFORM