Skip to content

Commit

Permalink
Upgrade MySQL dependency (refs #427)
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Mar 2, 2024
1 parent 1d05248 commit 63af5c3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .docker/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /code

RUN pip install --upgrade pip

ADD requirements.txt .
ADD ../requirements.txt .
RUN apt update \
&& apt install -y memcached libmemcached-dev \
&& pip install -r requirements.txt
15 changes: 0 additions & 15 deletions .docker/web/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose.server_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3'
services:

db:
image: mysql:5.5
image: mysql:8.0
environment:
- MYSQL_ROOT_PASSWORD=docker
- MYSQL_DATABASE=ddcz
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django>=2.0.0,<2.1
mysqlclient>=1.3.7,<1.4
mysqlclient
gunicorn
sqlparse
argon2-cffi
Expand Down

0 comments on commit 63af5c3

Please sign in to comment.