Skip to content

Commit a9494ad

Browse files
committed
dependency updates
1 parent 14606d5 commit a9494ad

File tree

4 files changed

+445
-100
lines changed

4 files changed

+445
-100
lines changed

app/web/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.12.3"
1+
VERSION = "0.12.4"
22

33
API_DESCRIPTION = """
44
#### API for the Auto-Archiver project, a tool to archive web pages and Google Sheets.

docker/worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# From python:3.10
2-
FROM bellingcat/auto-archiver:v1.1.4
2+
FROM bellingcat/auto-archiver:v1.1.5
33

44
# set work directory
55
WORKDIR /aa-api

0 commit comments

Comments
 (0)