Skip to content

Commit 198d925

Browse files
base image name
1 parent 85e708b commit 198d925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ECR and base image configuration - extracted from CodeBuild environment
44
ARG ECR_ACCOUNT_ID=0123456789012
55
ARG ECR_REGION=us-east-1
6-
ARG BASE_IMAGE_NAME=docker-linuxserver-ubuntu-fips
6+
ARG BASE_IMAGE_NAME=civis-ubuntu-fips
77
ARG BASE_IMAGE_TAG=22.04
88
ARG ECR_URI=${ECR_ACCOUNT_ID}.dkr.ecr-fips.${ECR_REGION}.amazonaws.com/${BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}
99

0 commit comments

Comments
 (0)