We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a86840 commit c3d1d0eCopy full SHA for c3d1d0e
1 file changed
Dockerfile
@@ -3,7 +3,7 @@
3
ARG ECR_ACCOUNT_ID
4
ARG ECR_REGION=us-east-1
5
ARG BASE_IMAGE_NAME=docker-linuxserver-ubuntu-fips
6
-ARG BASE_IMAGE_TAG=ubuntu-fips-2
+ARG BASE_IMAGE_TAG=jammy
7
ARG ECR_URI=${ECR_ACCOUNT_ID}.dkr.ecr-fips.${ECR_REGION}.amazonaws.com/${BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}
8
9
FROM ${ECR_URI} as docker-code-server-python
0 commit comments