1
0
mirror of https://github.com/XFox111/easylogon-web.git synced 2026-07-02 19:52:45 +03:00

build(deps): bump node from 25 to 26 in the docker group

Bumps the docker group with 1 update: node.


Updates `node` from 25 to 26

---
updated-dependencies:
- dependency-name: node
  dependency-version: '26'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-16 10:06:51 +00:00
committed by Eugene Fox
parent ecc2489429
commit 7116efd19a
+1 -1
View File
@@ -1,5 +1,5 @@
# Use the official Node.js 20 image as the base image # Use the official Node.js 20 image as the base image
FROM node:25 AS builder FROM node:26 AS builder
ARG SIGNALR_URL=http://localhost:8080/ws ARG SIGNALR_URL=http://localhost:8080/ws
ARG ENDPOINT_URL=http://localhost:8080/send ARG ENDPOINT_URL=http://localhost:8080/send