RED-6917 change version

This commit is contained in:
Dan Percic 2023-06-23 15:12:17 +03:00
parent feaa37be7b
commit 28e59ada6d
2 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@ RUN jq '{ dependencies, devDependencies, peerDependencies, scripts: (.scripts |
# We label our stage as builder
FROM node:18.12-buster as builder
RUN apt-get update && apt-get install -y jq
#RUN apt-get update && apt-get install -y jq
COPY --from=prep /tmp/deps.json ./package.json
COPY yarn.lock ./
@ -26,13 +26,13 @@ COPY apps apps
COPY libs libs
COPY tools tools
COPY package.json package.json
COPY version.json version.json
RUN cat version.json
RUN version=$(jq .FRONTEND_APP_VERSION version.json -r | cat) && \
jq --arg version "$version" '.version = $version' package.json > tmp.json && \
mv tmp.json package.json
RUN cat package.json
#COPY version.json version.json
#RUN cat version.json
#RUN version=$(jq .FRONTEND_APP_VERSION version.json -r | cat) && \
# jq --arg version "$version" '.version = $version' package.json > tmp.json && \
# mv tmp.json package.json
#
#RUN cat package.json
COPY yarn.lock yarn.lock
COPY angular.json angular.json
COPY nx.json nx.json

View File

@ -1,6 +1,6 @@
{
"name": "redaction",
"version": "3.988.54",
"version": "3.988.60",
"private": true,
"license": "MIT",
"scripts": {