Skip to content

Commit

Permalink
Upgrade Alpine to 3.18 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jun 15, 2023
1 parent 2b90bb5 commit 6274f64
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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.1-node18-r3] · 2023-06-15
[3.0.1-node18-r3]: /../../tree/v3.0.1-node18-r3

[Diff](/../../compare/v3.0.1-node18-r2...v3.0.1-node18-r3)

### Upgraded

- [Alpine Linux] 3.18: <https://www.alpinelinux.org/posts/Alpine-3.18.0-released.html>




## [3.0.1-node18-r2] · 2023-03-31
[3.0.1-node18-r2]: /../../tree/v3.0.1-node18-r2

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# https://hub.docker.com/_/node
ARG node_ver=18
FROM node:${node_ver}-alpine3.17
FROM node:${node_ver}-alpine3.18

ARG haraka_ver=3.0.1
ARG build_rev=2
ARG build_rev=3


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.1-node18-r2`, `3.0.1`, `3.0`, `3`, `latest`][d1]
- [`3.0.1-node18-r3`, `3.0.1`, `3.0`, `3`, `latest`][d1]



Expand Down

0 comments on commit 6274f64

Please sign in to comment.