Skip to content

Commit

Permalink
Prepare 1.4.2-r36 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Mar 12, 2024
1 parent fe6183c commit 911aacc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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-r35,1.4.2,1.4,1,latest \
alpine:1.4.2-r35-alpine,1.4.2-alpine,1.4-alpine,1-alpine,alpine
debian:1.4.2-r36,1.4.2,1.4,1,latest \
alpine:1.4.2-r36-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-r35`, `1.4.2`, `1.4`, `1`, `latest`][101]
- [`1.4.2-r35-alpine`, `1.4.2-alpine`, `1.4-alpine`, `1-alpine`, `alpine`][102]
- [`1.4.2-r36`, `1.4.2`, `1.4`, `1`, `latest`][101]
- [`1.4.2-r36-alpine`, `1.4.2-alpine`, `1.4-alpine`, `1-alpine`, `alpine`][102]



Expand Down

0 comments on commit 911aacc

Please sign in to comment.