mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-17 03:51:02 +03:00
Update the docker base images from slim-buster to slim-bullseye
This commit is contained in:
parent
b378cc6435
commit
b61c70306f
|
@ -1,4 +1,4 @@
|
||||||
ARG PYTHON_VERSION=3.9-slim-buster
|
ARG PYTHON_VERSION=3.9-slim-bullseye
|
||||||
|
|
||||||
# define an alias for the specfic python version used in this file.
|
# define an alias for the specfic python version used in this file.
|
||||||
FROM python:${PYTHON_VERSION} as python
|
FROM python:${PYTHON_VERSION} as python
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.9-slim-buster
|
FROM python:3.9-slim-bullseye
|
||||||
|
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED 1
|
||||||
ENV PYTHONDONTWRITEBYTECODE 1
|
ENV PYTHONDONTWRITEBYTECODE 1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG PYTHON_VERSION=3.9-slim-buster
|
ARG PYTHON_VERSION=3.9-slim-bullseye
|
||||||
|
|
||||||
{% if cookiecutter.js_task_runner == 'Gulp' -%}
|
{% if cookiecutter.js_task_runner == 'Gulp' -%}
|
||||||
FROM node:10-stretch-slim as client-builder
|
FROM node:10-stretch-slim as client-builder
|
||||||
|
|
Loading…
Reference in New Issue
Block a user