mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 21:24:32 +03:00
Merge pull request #3188 from labcodes/issue-3187
Move ARG PYTHON_VERSION=3.9-slim-buster to the global scope
This commit is contained in:
commit
24cb00e13b
|
@ -1,3 +1,5 @@
|
|||
ARG PYTHON_VERSION=3.9-slim-buster
|
||||
|
||||
{% if cookiecutter.js_task_runner == 'Gulp' -%}
|
||||
FROM node:10-stretch-slim as client-builder
|
||||
|
||||
|
@ -11,8 +13,6 @@ RUN npm run build
|
|||
|
||||
{%- endif %}
|
||||
|
||||
ARG PYTHON_VERSION=3.9-slim-buster
|
||||
|
||||
# define an alias for the specfic python version used in this file.
|
||||
FROM python:${PYTHON_VERSION} as python
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user