Skip to content

Commit

Permalink
Update Alpine to 3.13.5 version to fix CVE-2021-30139
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Apr 15, 2021
1 parent 8e15225 commit b195f64
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [2.8.27-node15-r4] · 2021-04-15
[2.8.27-node15-r4]: /../../tree/v2.8.27-node15-r4

[Diff](/../../compare/v2.8.27-node15-r3...v2.8.27-node15-r4)

### Security updated

- [Alpine Linux] 3.13.5: <https://github.com/docker-library/official-images/commit/0dc713b9d32fcaebaf9caa65ec34dfe122b0e120>




## [2.8.27-node15-r3] · 2021-04-01
[2.8.27-node15-r3]: /../../tree/v2.8.27-node15-r3

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG node_ver=15
FROM node:${node_ver}-alpine3.13

ARG haraka_ver=2.8.27
ARG build_rev=3
ARG build_rev=4

LABEL org.opencontainers.image.source="\
https://github.com/instrumentisto/haraka-docker-image"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Haraka Docker image

## Supported tags and respective `Dockerfile` links

- [`2.8.27-node15-r3`, `2.8.27`, `2.8`, `2`, `latest`][d1]
- [`2.8.27-node15-r4`, `2.8.27`, `2.8`, `2`, `latest`][d1]



Expand Down

0 comments on commit b195f64

Please sign in to comment.