4 Commits bb24c141cd ... 5ed61aa935

Author SHA1 Message Date
  Fabian Peter Hammerle 5ed61aa935 upgrade openssh-server package v1:9.2p1-2+deb12u{6→7} 4 weeks ago
  dependabot[bot] bfd1f0f2d1 build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (#96) 2 months ago
  dependabot[bot] 3ddf0739d2 build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 (#95) 3 months ago
  dependabot[bot] 233ce124a9 build(deps): bump debian from 12.10-slim to 12.11-slim (#94) 3 months 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-24.04
     steps:
     - uses: docker/setup-qemu-action@v3.6.0
-    - uses: docker/setup-buildx-action@v3.10.0
+    - uses: docker/setup-buildx-action@v3.11.1
     # > 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.17.0
+    - uses: docker/build-push-action@v6.18.0
       with:
         # git-annex package not available for armhf:
         # https://web.archive.org/web/20230630055644/https://packages.debian.org/bookworm/git

+ 2 - 2
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/debian:12.10-slim
+FROM docker.io/debian:12.11-slim
 
 ARG GITOLITE_PACKAGE_VERSION=3.6.12-1
 # https://git-annex.branchable.com/news/
@@ -10,7 +10,7 @@ ARG GIT_ANNEX_PACKAGE_VERSION=10.20230126-3
 ARG GIT_PACKAGE_VERSION=1:2.39.5-0+deb12u2
 # https://www.openssh.com/releasenotes.html
 # https://salsa.debian.org/ssh-team/openssh/-/blob/master/debian/changelog
-ARG OPENSSH_SERVER_PACKAGE_VERSION=1:9.2p1-2+deb12u6
+ARG OPENSSH_SERVER_PACKAGE_VERSION=1:9.2p1-2+deb12u7
 ARG TINI_PACKAGE_VERSION=0.19.0-1
 ARG USER=git
 ARG GITOLITE_HOME_PATH=/var/lib/gitolite