AA version bump

This commit is contained in:
msramalho
2025-10-22 17:26:16 +01:00
parent 8f779f5276
commit f4529d2f48
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
VERSION = "0.12.2"
VERSION = "0.12.3"
API_DESCRIPTION = """
#### API for the Auto-Archiver project, a tool to archive web pages and Google Sheets.

View File

@@ -1,5 +1,5 @@
# From python:3.10
FROM bellingcat/auto-archiver:v1.1.2
FROM bellingcat/auto-archiver:v1.1.4
# set work directory
WORKDIR /aa-api