Skip to content

Commit

Permalink
Update Alpine to 3.18.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 4, 2023
1 parent 4d23c9c commit b8408d5
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



## [3.0.2-node18-r2] · 2023-10-04
[3.0.2-node18-r2]: /../../tree/v3.0.2-node18-r2

[Diff](/../../compare/v3.0.2-node18-r1...v3.0.2-node18-r2)

### Upgraded

- [Alpine Linux] 3.18.4: <https://github.com/docker-library/official-images/commit/2f22914dcf488bd066771452d2c694ad4f7e88c4>




## [3.0.2-node18-r1] · 2023-08-09
[3.0.2-node18-r1]: /../../tree/v3.0.2-node18-r1

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=18
FROM node:${node_ver}-alpine3.18

ARG haraka_ver=3.0.2
ARG build_rev=1
ARG build_rev=2


COPY rootfs /
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

- [`3.0.2-node18-r1`, `3.0.2`, `3.0`, `3`, `latest`][d1]
- [`3.0.2-node18-r2`, `3.0.2`, `3.0`, `3`, `latest`][d1]



Expand Down

0 comments on commit b8408d5

Please sign in to comment.