Skip to content

Commit

Permalink
Base image update
Browse files Browse the repository at this point in the history
  • Loading branch information
raswaters committed Jan 30, 2023
1 parent 9058a9c commit 739b034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/deploy_vars.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /bin/bash -xu

export CALCLOUD_VER="v0.4.39-rc2"
export CALDP_VER="v0.2.21-rc2"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_drizcosstis_CAL_rc2"
export CALCLOUD_VER="v0.4.39-rc3"
export CALDP_VER="v0.2.21-rc3"
export CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_drizcosstis_CAL_rc3"

export BASE_IMAGE_TAG=`cut -d ":" -f2- <<< ${CAL_BASE_IMAGE} `

Expand Down

0 comments on commit 739b034

Please sign in to comment.