diff --git a/Dockerfile b/Dockerfile index 603cedc..7a24932 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/HISTORY.md b/HISTORY.md index 3c25def..8523564 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/requirements.txt b/requirements.txt index a001d66..5ceeae4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ #flask==1.1.2 #gunicorn==20.0.4 -apscheduler==3.7.0 +apscheduler==3.8.1 gglsbl==1.4.15