12 Commits 0a54c5798e ... 6f8f7acfff

Author SHA1 Message Date
  Fabian Peter Hammerle 6f8f7acfff pipeline: upgrade runner from ubuntu v20.04 to v24.04 2 weeks ago
  dependabot[bot] 97608616fb Bump docker/setup-qemu-action from 3.4.0 to 3.6.0 (#110) 2 months ago
  dependabot[bot] 6210082363 Bump docker/build-push-action from 6.14.0 to 6.15.0 (#111) 2 months ago
  dependabot[bot] 5126d93aa1 Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 (#112) 2 months ago
  dependabot[bot] 47ee681d0f Bump alpine from 3.21.2 to 3.21.3 (#108) 2 months ago
  dependabot[bot] 546b978ad6 Bump docker/build-push-action from 6.13.0 to 6.14.0 (#109) 2 months ago
  dependabot[bot] ed6392cb86 Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 (#106) 3 months ago
  dependabot[bot] 5190ae63d3 Bump docker/setup-qemu-action from 3.3.0 to 3.4.0 (#107) 3 months ago
  dependabot[bot] a0658d1fa6 Bump alpine from 3.21.0 to 3.21.2 (#103) 3 months ago
  dependabot[bot] d82ca260c6 Bump docker/setup-qemu-action from 3.2.0 to 3.3.0 (#102) 3 months ago
  dependabot[bot] fcbdc3c0ce Bump docker/build-push-action from 6.10.0 to 6.13.0 (#105) 3 months ago
  dependabot[bot] f6983377f6 Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (#100) 4 months ago
2 changed files with 5 additions and 5 deletions
  1. 4 4
      .github/workflows/container-image.yml
  2. 1 1
      Dockerfile

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

@@ -10,16 +10,16 @@ on:
 
 jobs:
   docker-build:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-24.04
     steps:
-    - uses: docker/setup-qemu-action@v3.2.0
-    - uses: docker/setup-buildx-action@v3.7.1
+    - uses: docker/setup-qemu-action@v3.6.0
+    - uses: docker/setup-buildx-action@v3.10.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@v6.10.0
+    - uses: docker/build-push-action@v6.15.0
       with:
         platforms: |
           linux/amd64

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/alpine:3.21.0
+FROM docker.io/alpine:3.21.3
 
 # https://dovecot.org/doc/NEWS
 # https://git.alpinelinux.org/aports/log/main/dovecot?h=3.21-stable