Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
Updated to Alpine 3.13 and APScheduler 3.7.0.
  • Loading branch information
asieira committed Jan 27, 2021
1 parent 23d0bed commit 4cfc43b
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.12
FROM alpine:3.13

# 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.22 (2021-01-27)
Updated to Alpine 3.13 and APScheduler 3.7.0.

## v1.5.21 (2020-09-29)
Install yarl, multidict, flask and gunicorn with Alpine packages instead of using pip to avoid PEP 517 issues.

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.6.3
apscheduler==3.7.0
gglsbl==1.4.15

0 comments on commit 4cfc43b

Please sign in to comment.