Mod bump version
This commit is contained in:
parent
781a7ce0ec
commit
31cc0ec139
3
.github/workflows/build_restreamer-ui.yaml
vendored
3
.github/workflows/build_restreamer-ui.yaml
vendored
@ -51,7 +51,8 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
build-args: |
|
||||
PUBLIC_URL=/ui
|
||||
PUBLIC_URL=./
|
||||
NODE_IMAGE=${{ env.NODE_IMAGE }}
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: |
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
# RESTREAMER UI
|
||||
RELEASE=1.1.0
|
||||
RELEASE=1.2.0
|
||||
NODE_IMAGE=node:18.6.0-alpine3.15
|
||||
|
||||
@ -1,9 +1,11 @@
|
||||
FROM node:17.9.0-alpine3.15
|
||||
ARG NODE_IMAGE=node:18.6.0-alpine3.15
|
||||
|
||||
FROM $NODE_IMAGE
|
||||
|
||||
ARG NODE_SPACE_SIZE=10240
|
||||
ENV NODE_OPTIONS="--openssl-legacy-provider --max-old-space-size=$NODE_SPACE_SIZE"
|
||||
|
||||
ARG PUBLIC_URL "/"
|
||||
ARG PUBLIC_URL "./"
|
||||
|
||||
COPY . /ui
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "restreamer-ui",
|
||||
"version": "1.2.0",
|
||||
"bundle": "restreamer-v2.x.x",
|
||||
"bundle": "restreamer-v2.2.0",
|
||||
"private": false,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user