Skip to content

Commit

Permalink
fix(frontend): changed frontend release version to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtn-fa committed Nov 17, 2024
1 parent 8cd540b commit 85473d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx/NginxDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk update && \
apk add --no-cache git && \
git config --global url."https://${GIT_PERSONAL_TOKEN}:@github.com/".insteadOf "https://github.com/"
# TODO: replace repository url of ui project
RUN git clone --branch v1.0.4 https://github.com/InspectorIncognito/uoct-frontend.git && \
RUN git clone --branch v1.0.5 https://github.com/InspectorIncognito/uoct-frontend.git && \
cp -r uoct-frontend/. . && \
rm -r uoct-frontend
RUN npm install
Expand Down

0 comments on commit 85473d5

Please sign in to comment.