Skip to content

Commit

Permalink
Update Alpine to 3.18.3 version and Debian "bookworm" snapshot to 202…
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Aug 9, 2023
1 parent 9c3a530 commit beb7fb5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ All user visible changes to this project will be documented in this file. This p



## [1.4.2-r27] · 2023-08-09
[1.4.2-r27]: /../../tree/1.4.2-r27

[Diff](/../../compare/1.4.2-r26...1.4.2-r27)

### Security updated

- [Alpine Linux] 3.18.3: <https://github.com/docker-library/official-images/commit/3cd1b36bebfa5684e9c1ab89d5673b32453a05d9>
- [Debian Linux] "bookworm" 20230725: <https://github.com/docker-library/official-images/commit/c4720be18315c939088c4b57472955cdc4d08a4a>




## [1.4.2-r26] · 2023-06-15
[1.4.2-r26]: /../../tree/1.4.2-r26

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

<? if ($isAlpineImage) { ?>
# https://hub.docker.com/_/alpine
FROM alpine:3.18.2
FROM alpine:3.18.3
<? } 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:1.4.2-r26,1.4.2,1.4,1,latest \
alpine:1.4.2-r26-alpine,1.4.2-alpine,1.4-alpine,1-alpine,alpine
debian:1.4.2-r27,1.4.2,1.4,1,latest \
alpine:1.4.2-r27-alpine,1.4.2-alpine,1.4-alpine,1-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 @@ OpenDMARC Docker image

## Supported tags and respective `Dockerfile` links

- [`1.4.2-r26`, `1.4.2`, `1.4`, `1`, `latest`][101]
- [`1.4.2-r26-alpine`, `1.4.2-alpine`, `1.4-alpine`, `1-alpine`, `alpine`][102]
- [`1.4.2-r27`, `1.4.2`, `1.4`, `1`, `latest`][101]
- [`1.4.2-r27-alpine`, `1.4.2-alpine`, `1.4-alpine`, `1-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.2
FROM alpine:3.18.3

ARG s6_overlay_ver=3.1.5.0

Expand Down

0 comments on commit beb7fb5

Please sign in to comment.