Skip to content

Commit 81e6db7

Browse files
flaskbase:1.8.4 update
1 parent 2195423 commit 81e6db7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ All notable changes to this project will be documented in this file.
2121
- None
2222

2323
### Bug Fixes:
24-
- Fix to user info endpoint.
24+
- Fix to user info endpoint.
25+
- Fixed use of OpenAPI v3 spec servers stanza. Tapisservice adds facility to ignore or change expected validated field.
2526

2627

2728
## 1.8.2 - 2025-02-28

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# image: tapis/authenticator
2-
FROM tapis/flaskbase:1.8.1
2+
FROM tapis/flaskbase:1.8.4
33

44
COPY requirements.txt /home/tapis/requirements.txt
55
RUN pip install -r /home/tapis/requirements.txt

0 commit comments

Comments
 (0)