Skip to content

Commit

Permalink
fix: use main branch of oscal-react-library (#263)
Browse files Browse the repository at this point in the history
This will ensure a more stable base is used for the web application
within the container image.
  • Loading branch information
Kyle Laker authored Jun 12, 2023
1 parent 95cfdef commit 085f96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG _JAVA_VERSION=${JAVA_VERSION}
FROM node:${NODE_VERSION}-alpine as build-viewer

ARG OSCAL_REACT_GIT_REPO=https://github.com/EasyDynamics/oscal-react-library
ARG OSCAL_REACT_GIT_BRANCH=develop
ARG OSCAL_REACT_GIT_BRANCH=main
ARG OSCAL_REACT_DIR=oscal-react-library
ARG OSCAL_REST_BASE_URL=/oscal/v1
ARG VIEWER_PATH
Expand Down

0 comments on commit 085f96b

Please sign in to comment.