Skip to content

Commit

Permalink
#150 UPDATE Base image
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitz committed Feb 11, 2025
1 parent 95b2442 commit af09017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/base_image_config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
: "${CONTAINER_REGISTRY:=ghcr.io}"
: "${GITHUB_REPOSITORY_OWNER:=terrateamio}"
: "${BASE_IMAGE_NAME:=terrat-base}"
BASE_IMAGE_TAG="20250210-1333-5567914"
BASE_IMAGE_TAG="20250211-1016-95b2442"
BASE_IMAGE="${CONTAINER_REGISTRY}/${GITHUB_REPOSITORY_OWNER}/${BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}"

0 comments on commit af09017

Please sign in to comment.