Skip to content

Commit

Permalink
Upgrade to Alpine 3.13.5
Browse files Browse the repository at this point in the history
Updated to Alpine 3.13.5 for a variety of CVE fixes, such as CVE-2021-3449 , CVE-2021-3450 and CVE-2021-3177.
  • Loading branch information
asieira committed Jun 2, 2021
1 parent 4cfc43b commit 256a707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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
FROM alpine:3.13.5

# 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.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.

## v1.5.22 (2021-01-27)
Updated to Alpine 3.13 and APScheduler 3.7.0.

Expand Down

0 comments on commit 256a707

Please sign in to comment.