Skip to content

Commit

Permalink
Upgrade Alpine to 3.19 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 8, 2023
1 parent 3af2855 commit 5b89dab
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 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.11.0-Beta2-r11] · 2023-12-08
[2.11.0-Beta2-r11]: /../../tree/2.11.0-Beta2-r11

[Diff](/../../compare/2.11.0-Beta2-r10...2.11.0-Beta2-r11)

### Upgraded

- [Alpine Linux] 3.19: <https://alpinelinux.org/posts/Alpine-3.19.0-released.html>




## [2.11.0-Beta2-r10] · 2023-12-01
[2.11.0-Beta2-r10]: /../../tree/2.11.0-Beta2-r10

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tmpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<? if ($isAlpineImage) { ?>
# https://hub.docker.com/_/alpine
FROM alpine:3.18
FROM alpine:3.19
<? } else { ?>
# https://hub.docker.com/_/debian
FROM debian:bookworm-slim
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ REGISTRIES := $(strip $(subst $(comma), ,\
$(shell grep -m1 'registry: \["' .github/workflows/ci.yml \
| cut -d':' -f2 | tr -d '"][')))
ALL_IMAGES := \
debian:2.11.0-Beta2-r10,2.11.0-Beta2,2.11,2,latest \
alpine:2.11.0-Beta2-r10-alpine,2.11.0-Beta2-alpine,2.11-alpine,2-alpine,alpine
debian:2.11.0-Beta2-r11,2.11.0-Beta2,2.11,2,latest \
alpine:2.11.0-Beta2-r11-alpine,2.11.0-Beta2-alpine,2.11-alpine,2-alpine,alpine
# <Dockerfile>:<version>,<tag1>,<tag2>,...

# Default is first image from ALL_IMAGES list.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ OpenDKIM Docker image

## Supported tags and respective `Dockerfile` links

- [`2.11.0-Beta2-r10`, `2.11.0-Beta2`, `2.11`, `2`, `latest`][101]
- [`2.11.0-Beta2-r10-alpine`, `2.11.0-Beta2-alpine`, `2.11-alpine`, `2-alpine`, `alpine`][102]
- [`2.11.0-Beta2-r11`, `2.11.0-Beta2`, `2.11`, `2`, `latest`][101]
- [`2.11.0-Beta2-r11-alpine`, `2.11.0-Beta2-alpine`, `2.11-alpine`, `2-alpine`, `alpine`][102]



Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# DO NOT EDIT THIS FILE DIRECTLY, USE /Dockerfile.tmpl.php

# https://hub.docker.com/_/alpine
FROM alpine:3.18
FROM alpine:3.19

ARG opendkim_ver=2.11.0-Beta2
ARG s6_overlay_ver=3.1.6.2
Expand Down

0 comments on commit 5b89dab

Please sign in to comment.