Skip to content

Commit

Permalink
fixing case issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Sep 4, 2024
1 parent b4036e0 commit 95a3801
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,7 +1,7 @@
ARG AZLINUX_BASE_VERSION=master

# Base stage with python-build-base
FROM quay.io/cdis/python-build-base:${AZLINUX_BASE_VERSION} as base
FROM quay.io/cdis/python-build-base:${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 All @@ -22,7 +22,7 @@ RUN groupadd -g 1000 gen3 && \
chown -R gen3:gen3 /venv

# Builder stage
FROM base as builder
FROM base AS builder

USER gen3

Expand Down

0 comments on commit 95a3801

Please sign in to comment.