Update to Debian 11

master
Paul Warren 7 months ago
parent 42031650c4
commit fb295ac8f2

@ -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…
Cancel
Save