3 Commits 7a052e8f98 ... c50ad5263a

Author SHA1 Message Date
  dependabot[bot] c50ad5263a build(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#48) 8 months ago
  dependabot[bot] 1c88da3d0f build(deps): bump debian from 12.1-slim to 12.2-slim (#50) 8 months ago
  dependabot[bot] 5010a9109f build(deps): bump docker/build-push-action from 5.0.0 to 5.1.0 (#51) 8 months ago
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .github/workflows/container-image.yml
  2. 1 1
      Dockerfile

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

@@ -12,14 +12,14 @@ jobs:
   docker-build:
     runs-on: ubuntu-20.04
     steps:
-    - uses: docker/setup-qemu-action@v2.2.0
+    - uses: docker/setup-qemu-action@v3.0.0
     - uses: docker/setup-buildx-action@v3.0.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@v5.0.0
+    - uses: docker/build-push-action@v5.1.0
       with:
         # git-annex package not available for armhf:
         # https://web.archive.org/web/20230630055644/https://packages.debian.org/bookworm/git

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/debian:12.1-slim
+FROM docker.io/debian:12.2-slim
 
 ARG GITOLITE_PACKAGE_VERSION=3.6.12-1
 # https://git-annex.branchable.com/news/