Skip to content

Commit

Permalink
fixing base image ref
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Oct 24, 2024
1 parent 49e07fd commit f223caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG AZLINUX_BASE_VERSION=master

# For local development
# FROM quay.io/cdis/python-nginx-al2:feat_python-nginx AS base
FROM quay.io/cdis/python-nginx-al:feat_python-nginx AS base

FROM 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/python-nginx-al2:feat_python-nginx AS base
# FROM 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/python-nginx-al2:feat_python-nginx AS base

ENV appname=indexd

Expand Down

0 comments on commit f223caa

Please sign in to comment.