Skip to content

Commit

Permalink
setting to master base image
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Nov 1, 2024
1 parent 0e0d8e6 commit 00846dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG AZLINUX_BASE_VERSION=master

# Base stage with python-build-base
FROM quay.io/cdis/python-nginx-al:feat_python-nginx AS base
FROM quay.io/cdis/python-nginx-al:${AZLINUX_BASE_VERSION} AS base

# Comment this in, and comment out the line above, if quay is down
# FROM 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/python-build-base:${AZLINUX_BASE_VERSION} as base
Expand Down

0 comments on commit 00846dc

Please sign in to comment.