Skip to content

Commit

Permalink
Bump node from 16-alpine to 22-alpine
Browse files Browse the repository at this point in the history
Bumps node from 16-alpine to 22-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 30, 2024
1 parent 7203627 commit b0e7cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:16-alpine AS frontend-build
FROM --platform=$BUILDPLATFORM node:22-alpine AS frontend-build
WORKDIR /tmp
COPY static/package*.json ./
COPY static/src ./src
Expand Down

0 comments on commit b0e7cce

Please sign in to comment.