Skip to content

Commit

Permalink
updating base image
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Nov 1, 2024
1 parent aa0502d commit 78634f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ARG AZLINUX_BASE_VERSION=master

FROM quay.io/cdis/python-nginx-al:feat_python-nginx AS base
# Base stage with python-build-base
FROM quay.io/cdis/python-nginx-al:${AZLINUX_BASE_VERSION} 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-build-base:${AZLINUX_BASE_VERSION} as base

ENV appname=indexd

Expand Down

0 comments on commit 78634f6

Please sign in to comment.