Skip to content

Commit 2177608

Browse files
committed
fix: Docker image bump design-django-theme
1 parent b5d6056 commit 2177608

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . /opt
99
RUN ls -al .
1010
RUN pip3 install --upgrade pip
1111
RUN pip3 install -e .
12-
RUN pip3 install design-django-theme
12+
RUN pip3 "design-django-theme==v1.4.8"
1313

1414
# let compose do this
1515
# WORKDIR /django-project/

docs/SETUP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pip install -e .
4141
````
4242
# Install Django Bootstrap italia template
4343
````
44-
pip install "design-django-theme==v1.6.4"
44+
pip install "design-django-theme==v1.4.8"
4545
````
4646

4747
In `examples/` folder you have three demostrations projects:

spid_cie_oidc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.3"
1+
__version__ = "0.8.4"

0 commit comments

Comments
 (0)