Skip to content

Commit

Permalink
#291 UPGRADE base image
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitz committed Feb 7, 2025
1 parent f00e43a commit 1cb5d71
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="20250205-2137-d9672fa"
BASE_IMAGE_TAG="20250207-2228-f00e43a"
BASE_IMAGE="${CONTAINER_REGISTRY}/${GITHUB_REPOSITORY_OWNER}/${BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}"

0 comments on commit 1cb5d71

Please sign in to comment.