Skip to content

Commit

Permalink
Update flask in other places
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Jan 19, 2024
1 parent c92e3f1 commit 6fe338e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/cyb3r-jak3/alpine-pypy:3.10-7.3.14-3.19

ARG FLASK_VERSION=3.0.0
ARG FLASK_VERSION=3.0.1
ARG GUNICORN_VERSION=21.2.0
ARG GEVENT_VERSION=23.9.1

Expand Down
2 changes: 1 addition & 1 deletion matrix.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bake-target": [ "slim", "alpine" ],
"flask": [ "3.0.0", "2.3.3", "2.3.2", "2.2.3", "2.2.2"],
"flask": [ "3.0.1", "3.0.0", "2.3.3", "2.3.2", "2.2.3" ],
"gunicorn": [ "21.2.0", "21.1.0", "21.0.1", "20.1.0"],
"gevent": [ "23.9.1", "23.9.0.post1", "23.7.0", "22.10.2" ]
}
2 changes: 1 addition & 1 deletion slim.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pypy:3-slim-bookworm

ARG FLASK_VERSION=3.0.0
ARG FLASK_VERSION=3.0.1
ARG GUNICORN_VERSION=21.2.0
ARG GEVENT_VERSION=23.9.1

Expand Down

0 comments on commit 6fe338e

Please sign in to comment.