Skip to content

Commit

Permalink
Merge pull request #144 from spacetelescope/hotfix/v0.4.27
Browse files Browse the repository at this point in the history
Hotfix/v0.4.27
  • Loading branch information
bhayden53 authored Jul 30, 2021
2 parents 3bf82ef + 30428b2 commit 67344b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modeling/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ RUN DEBIAN_FRONTEND=noninteractive \
&& unzip awscliv2.zip \
&& ./aws/install

RUN useradd --create-home --shell /bin/bash developer
USER developer
WORKDIR /home/developer
COPY requirements.txt ./
RUN python -m pip install --upgrade pip && python -m pip install -r requirements.txt && mkdir -p /home/developer/modeling
Expand Down
2 changes: 1 addition & 1 deletion terraform/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ADMIN_ARN is set in the ci node env and should not be included in this deploy script

# variables that will likely be changed frequently
CALCLOUD_VER="0.4.26"
CALCLOUD_VER="0.4.27"
CALDP_VER="0.2.13"
CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20210721_CAL_final"

Expand Down

0 comments on commit 67344b8

Please sign in to comment.