Skip to content

Commit

Permalink
Merge pull request #78 from crazy-max/update
Browse files Browse the repository at this point in the history
msmtp 1.8.27
  • Loading branch information
crazy-max authored Nov 3, 2024
2 parents df8aacd + ba6ea4c commit 11dfc56
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax=docker/dockerfile:1

ARG MSMTP_VERSION=1.8.26
ARG ALPINE_VERSION=3.19
ARG XX_VERSION=1.4.0
ARG MSMTP_VERSION=1.8.27
ARG ALPINE_VERSION=3.20
ARG XX_VERSION=1.5.0

FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS base
Expand Down
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,16 @@ docker buildx bake image-all
Following platforms for this image are available:

```
$ docker run --rm mplatform/mquery crazymax/msmtpd:latest
Image: crazymax/msmtpd:latest
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
- linux/386
- linux/ppc64le
- linux/s390x
$ docker buildx imagetools inspect crazymax/msmtpd --format "{{json .Manifest}}" | \
jq -r '.manifests[] | select(.platform.os != null and .platform.os != "unknown") | .platform | "\(.os)/\(.architecture)\(if .variant then "/" + .variant else "" end)"'
linux/386
linux/amd64
linux/arm/v6
linux/arm/v7
linux/arm64
linux/ppc64le
linux/s390x
```

## Environment variables
Expand Down

0 comments on commit 11dfc56

Please sign in to comment.