4 Commits 30614fac49 ... cca24bada3

Author SHA1 Message Date
  dependabot[bot] cca24bada3 Bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#79) 1 month ago
  dependabot[bot] 96b38d2fcd Bump docker/build-push-action from 6.4.1 to 6.5.0 (#80) 1 month ago
  dependabot[bot] 2d859c212b Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#81) 1 month ago
  dependabot[bot] 30b4a68f36 Bump alpine from 3.20.1 to 3.20.2 (#78) 1 month ago
2 changed files with 4 additions and 4 deletions
  1. 3 3
      .github/workflows/container-image.yml
  2. 1 1
      Dockerfile

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

@@ -12,14 +12,14 @@ jobs:
   docker-build:
     runs-on: ubuntu-20.04
     steps:
-    - uses: docker/setup-qemu-action@v3.1.0
-    - uses: docker/setup-buildx-action@v3.4.0
+    - uses: docker/setup-qemu-action@v3.2.0
+    - uses: docker/setup-buildx-action@v3.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@v6.4.1
+    - uses: docker/build-push-action@v6.5.0
       with:
         platforms: |
           linux/amd64

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/alpine:3.20.1
+FROM docker.io/alpine:3.20.2
 
 # https://www.borgbackup.org/releases/
 # https://git.alpinelinux.org/aports/log/community/borgbackup?h=3.20-stable