Skip to content

Commit 616e22d

Browse files
committed
set ARG to be default at 2.7
1 parent ae94a94 commit 616e22d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM ubuntu:16.04
22

33
# python version
4-
ARG PYTHON_VERSION=""
4+
ARG PYTHON_VERSION="2.7"
55

66
# environment variables
7-
ENV PYTHON_VERSION=${PYTHON_VERSION:-"2.7"} \
7+
ENV PYTHON_VERSION=${PYTHON_VERSION} \
88
RABBITMQ_URI="amqp://guest:guest@rabbitmq:5672/%2F" \
99
RABBITMQ_EXCHANGE="clowder" \
1010
RABBITMQ_QUEUE="" \

0 commit comments

Comments
 (0)