mirror of
https://github.com/XFox111/easylogon-web.git
synced 2026-07-02 19:52:45 +03:00
build(deps): bump node from 20 to 24
Bumps node from 20 to 24. --- updated-dependencies: - dependency-name: node dependency-version: '24' dependency-type: direct:production update-type: version-update:semver-major ... 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:20 AS builder
|
||||
FROM node:24 AS builder
|
||||
|
||||
ARG SIGNALR_URL=http://localhost:8080/ws
|
||||
ARG ENDPOINT_URL=http://localhost:8080/send
|
||||
|
||||
Reference in New Issue
Block a user