Skip to content

Commit

Permalink
Merge pull request MeshAddicts#112 from MeshAddicts/dependabot/docker…
Browse files Browse the repository at this point in the history
…/node-20.17.0-alpine
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
2 parents fc349a0 + 89f0bfe commit 7874f69
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:20.17.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:20.17.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 7874f69

Please sign in to comment.