Update to Debian 11
This commit is contained in:
parent
42031650c4
commit
fb295ac8f2
3 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM debian:10
|
||||
FROM debian:11
|
||||
|
||||
MAINTAINER Paul Warren <pwarren@pwarren.id.au>
|
||||
|
||||
|
|
|
@ -10,6 +10,8 @@ usage = """
|
|||
Post image Data to /desteg and receive a copy of that image with the least significant bits XORed with system entropy
|
||||
|
||||
Example: curl -H "Content-Type: application/png" --data-binary @image.png http://localhost:5002/desteg -o image_destegged.png
|
||||
|
||||
Updated 2022-08-11
|
||||
"""
|
||||
|
||||
@app.route("/desteg", methods=["GET"])
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
numpy==1.16.2
|
||||
numpy>=1.16.2
|
||||
Flask>=2.0.3
|
||||
Pillow==6.2.0
|
||||
gunicorn==20.0.4
|
||||
Pillow>=6.2.0
|
||||
gunicorn>=20.0.4
|
||||
|
|
Loading…
Reference in a new issue