Skip to content

Commit

Permalink
Merge pull request #32 from NASA-IMPACT/lasrc_351
Browse files Browse the repository at this point in the history
Update product formatter version.
  • Loading branch information
sharkinsspatial authored Oct 13, 2023
2 parents 15e80a8 + a6e18ad commit 2326799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_push_to_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Build image 3.3.0
- name: Build image 3.5.1
run: docker build . --tag hls-base-3.5.1 --build-arg lasrc_version=3.5.1

- name: Push to ECR 3.5.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY ./run_Fmask.sh /usr/bin

RUN REPO_NAME=espa-product-formatter \
&& cd $SRC_DIR \
&& git clone -b v3.2.0 https://github.com/NASA-IMPACT/${REPO_NAME}.git ${REPO_NAME} \
&& git clone -b v3.5.0 https://github.com/NASA-IMPACT/${REPO_NAME}.git ${REPO_NAME} \
&& cd ${REPO_NAME} \
&& make BUILD_STATIC=yes \
&& make install \
Expand Down

0 comments on commit 2326799

Please sign in to comment.