Skip to content

Commit

Permalink
Bump node from 20.11.1-alpine to 22.8.0-alpine
Browse files Browse the repository at this point in the history
Bumps node from 20.11.1-alpine to 22.8.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 Sep 6, 2024
1 parent 7e591c5 commit bb721c9
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.11.1-alpine AS build
FROM node:22.8.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.11.1-alpine
FROM node:22.8.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 bb721c9

Please sign in to comment.