8 Commits de6ea8d032 ... 6cbb8bfc35

Author SHA1 Message Date
  Fabian Peter Hammerle 6cbb8bfc35 upgrade dovecot packages from v2.3.20-r6 to v2.3.20-r7 (adds support for zstd compression) 1 year ago
  dependabot[bot] 85eecb118b Bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (#50) 1 year ago
  dependabot[bot] 943fac3326 Bump alpine from 3.17.1 to 3.17.2 (#49) 1 year ago
  dependabot[bot] c13482e8f0 Bump docker/setup-buildx-action from 2.4.0 to 2.4.1 (#48) 1 year ago
  dependabot[bot] 1a50f4f933 Bump docker/setup-buildx-action from 2.2.1 to 2.4.0 (#46) 1 year ago
  dependabot[bot] 9c5ee4bf6a Bump docker/build-push-action from 3.3.0 to 4.0.0 (#47) 1 year ago
  dependabot[bot] 83e3b948a8 Bump docker/build-push-action from 3.2.0 to 3.3.0 (#45) 1 year ago
  dependabot[bot] 54c8526bc8 Bump alpine from 3.17.0 to 3.17.1 (#44) 1 year ago
2 changed files with 4 additions and 4 deletions
  1. 2 2
      .github/workflows/container-image.yml
  2. 2 2
      Dockerfile

+ 2 - 2
.github/workflows/container-image.yml

@@ -13,13 +13,13 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
     - uses: docker/setup-qemu-action@v2.1.0
-    - uses: docker/setup-buildx-action@v2.2.1
+    - uses: docker/setup-buildx-action@v2.5.0
     # > By default, this action uses the Git context so you don't need to use
     # > the actions/checkout action to checkout the repository because this
     # > will be done directly by buildkit. [...]
     # > any file mutation in the steps that precede [...] will be ignored
     # https://github.com/marketplace/actions/build-and-push-docker-images
-    - uses: docker/build-push-action@v3.2.0
+    - uses: docker/build-push-action@v4.0.0
       with:
         platforms: |
           linux/amd64

+ 2 - 2
Dockerfile

@@ -1,6 +1,6 @@
-FROM docker.io/alpine:3.17.0
+FROM docker.io/alpine:3.17.2
 
-ARG DOVECOT_PACKAGE_VERSION=2.3.20-r6
+ARG DOVECOT_PACKAGE_VERSION=2.3.20-r7
 ARG SOCAT_PACKAGE_VERSION=1.7.4.4-r0
 RUN apk add --no-cache \
         dovecot-lmtpd=$DOVECOT_PACKAGE_VERSION \