2 Commits

Author SHA1 Message Date
snyk-bot
a7c0cd07c0 fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
- https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547039
- https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547069
- https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160
- https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160
2025-01-21 05:20:05 +00:00
3ae5b6b23b updating deps
Some checks failed
Build and push image / deploy (push) Has been cancelled
2024-04-15 16:23:56 +01:00
2 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm FROM python:3.14.0a1-slim-bookworm
ENV PYTHONFAULTHANDLER=1 \ ENV PYTHONFAULTHANDLER=1 \
PYTHONHASHSEED=random \ PYTHONHASHSEED=random \
@@ -15,8 +15,11 @@ WORKDIR /src
COPY . /src/ COPY . /src/
RUN echo "deb http://ftp.uk.debian.org/debian bookworm non-free non-free-firmware" > /etc/apt/sources.list.d/non-free.list
RUN apt update \ RUN apt update \
&& apt install -y npm cron unrar-free libmariadb-dev libpq-dev pkg-config swig \ && apt install -y npm cron unrar libmariadb-dev libpq-dev pkg-config swig \
&& pip install --upgrade pip \ && pip install --upgrade pip \
&& pip install -r requirements.txt \ && pip install -r requirements.txt \
&& cd frontend \ && cd frontend \

View File

@@ -3,7 +3,7 @@ line_length = 119
[tool.poetry] [tool.poetry]
name = "cbwebreader" name = "cbwebreader"
version = "1.1.7" version = "1.1.8"
description = "CBR/Z Web Reader" description = "CBR/Z Web Reader"
authors = ["ajurna <ajurna@gmail.com>"] authors = ["ajurna <ajurna@gmail.com>"]
license = "Creative Commons Attribution-ShareAlike 4.0 International License" license = "Creative Commons Attribution-ShareAlike 4.0 International License"