Skip to content

Commit 0929552

Browse files
committed
Move build-arg so it's avaiable
1 parent 690ff56 commit 0929552

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/base/Dockerfile.python

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ARG CIRCLE_PULL_REQUEST
12
FROM debian:bullseye-slim AS builder
23

34
# Install dependencies for building Python
@@ -32,7 +33,7 @@ RUN wget -qO- "https://www.python.org/ftp/python/${PYTHON_VERSION_PATCH}/Python-
3233
&& make -j "$(nproc)" \
3334
&& make altinstall
3435

35-
ARG CIRCLE_PULL_REQUEST
36+
3637
FROM deepnote/python:base${CIRCLE_PULL_REQUEST:+-ra-${CIRCLE_PULL_REQUEST##*/}}
3738
# Copy Python from the builder stage
3839
ARG PYTHON_VERSION

0 commit comments

Comments
 (0)