Skip to content

Commit

Permalink
build(deps): bump node from 20.17.0-alpine to 23.4.0-alpine
Browse files Browse the repository at this point in the history
Bumps node from 20.17.0-alpine to 23.4.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 41e023c commit d123037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.spa
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# trunk-ignore-all(checkov/CKV_DOCKER_3)
FROM node:20.17.0-alpine AS build
FROM node:23.4.0-alpine AS build

LABEL org.opencontainers.image.source="https://github.com/MeshAddicts/meshinfo"
LABEL org.opencontainers.image.description="Realtime web UI to run against a Meshtastic regional or private mesh network."
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.spa.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# trunk-ignore-all(checkov/CKV_DOCKER_3)
FROM node:20.17.0-alpine
FROM node:23.4.0-alpine

LABEL org.opencontainers.image.source="https://github.com/MeshAddicts/meshinfo"
LABEL org.opencontainers.image.description="Realtime web UI to run against a Meshtastic regional or private mesh network."
Expand Down

0 comments on commit d123037

Please sign in to comment.