Skip to content

Commit

Permalink
Updated to Alpine 3.14.3 and APScheduler 3.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
asieira committed Nov 17, 2021
1 parent 256a707 commit db7eb4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13.5
FROM alpine:3.14.3

# Install necessary OS packages and create non-root user for service
RUN apk update && \
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# gglsbl-rest

## v1.5.24 (2021-11-17)
Updated to Alpine 3.14.3 and APScheduler 3.8.1.

## v1.5.23 (2021-06-02)
Updated to Alpine 3.13.5 for a variety of CVE fixes, such as CVE-2021-3449 , CVE-2021-3450 and CVE-2021-3177.

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#flask==1.1.2
#gunicorn==20.0.4

apscheduler==3.7.0
apscheduler==3.8.1
gglsbl==1.4.15

0 comments on commit db7eb4f

Please sign in to comment.