Skip to content

Commit

Permalink
Upgrade Alpine to 3.21 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 11, 2024
1 parent 6c5c898 commit 76d6ec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ All user visible changes to this project will be documented in this file. This p



## [3.0.5-node22-r0] · 2024-10-02
## [3.0.5-node22-r0] · 2024-12-11
[3.0.5-node22-r0]: /../../tree/v3.0.5-node22-r0

[Diff](/../../compare/v3.0.3-node22-r0...v3.0.5-node22-r0)

### Upgraded

- [Haraka] 3.0.5: <https://github.com/haraka/Haraka/blob/v3.0.5/Changes.md#305---2024-09-27>
- [Alpine Linux] 3.21: <https://www.alpinelinux.org/posts/Alpine-3.21.0-released.html>

### Security updated

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://hub.docker.com/_/node
ARG node_ver=22
FROM node:${node_ver}-alpine3.20
FROM node:${node_ver}-alpine3.21

ARG haraka_ver=3.0.5
ARG build_rev=0
Expand Down

0 comments on commit 76d6ec1

Please sign in to comment.