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:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# 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 ENDPOINT_URL=http://localhost:8080/send
|
||||
|
||||
Reference in New Issue
Block a user