Skip to content

Commit

Permalink
Merge pull request #91 from DarkflameUniverse/fix/libsass
Browse files Browse the repository at this point in the history
Reintroduce libsass
  • Loading branch information
aronwk-aaron authored Jan 11, 2024
2 parents 8b70f25 + d698e65 commit d6b0a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM python:3.8-slim-buster
FROM python:3.11-slim-bookworm

RUN apt update
RUN apt -y install zip
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Flask-SQLAlchemy==3.1.1
Flask-User==1.0.2.2
Flask-WTF==1.2.1
gunicorn==21.2.0
libsass==0.21.0
PyMySQL==1.0.2
SQLAlchemy==2.0.23
sqlalchemy-datatables==2.0.1
Expand Down

0 comments on commit d6b0a91

Please sign in to comment.