Skip to content

Commit 085f96b

Browse files
author
Kyle Laker
authored
fix: use main branch of oscal-react-library (#263)
This will ensure a more stable base is used for the web application within the container image.
1 parent 95cfdef commit 085f96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

all-in-one/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG _JAVA_VERSION=${JAVA_VERSION}
2020
FROM node:${NODE_VERSION}-alpine as build-viewer
2121

2222
ARG OSCAL_REACT_GIT_REPO=https://github.com/EasyDynamics/oscal-react-library
23-
ARG OSCAL_REACT_GIT_BRANCH=develop
23+
ARG OSCAL_REACT_GIT_BRANCH=main
2424
ARG OSCAL_REACT_DIR=oscal-react-library
2525
ARG OSCAL_REST_BASE_URL=/oscal/v1
2626
ARG VIEWER_PATH

0 commit comments

Comments
 (0)