8 Commits 35a9c8c789 ... 2da4063107

Author SHA1 Message Date
  Fabian Peter Hammerle 2da4063107 upgrade openssh-server package to v1:9.2p1-2+deb12u4 2 weeks ago
  dependabot[bot] 93914e7cb5 build(deps): bump docker/setup-qemu-action from 3.2.0 to 3.3.0 (#81) 3 weeks ago
  dependabot[bot] a99f39ce5a build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (#79) 1 month ago
  dependabot[bot] 720afeadf2 build(deps): bump docker/build-push-action from 6.9.0 to 6.10.0 (#78) 2 months ago
  dependabot[bot] 6bf74db025 build(deps): bump debian from 12.6-slim to 12.8-slim (#77) 2 months ago
  dependabot[bot] 5cda282484 build(deps): bump docker/build-push-action from 6.8.0 to 6.9.0 (#75) 4 months ago
  dependabot[bot] 8ee37c7edf build(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.1 (#76) 4 months ago
  dependabot[bot] 07aa335dac build(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 (#74) 4 months ago
2 changed files with 5 additions and 5 deletions
  1. 3 3
      .github/workflows/container-image.yml
  2. 2 2
      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.2.0
-    - uses: docker/setup-buildx-action@v3.6.1
+    - uses: docker/setup-qemu-action@v3.3.0
+    - uses: docker/setup-buildx-action@v3.8.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.7.0
+    - uses: docker/build-push-action@v6.10.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.6-slim
+FROM docker.io/debian:12.8-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+deb12u1
 # 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+deb12u3
+ARG OPENSSH_SERVER_PACKAGE_VERSION=1:9.2p1-2+deb12u4
 ARG TINI_PACKAGE_VERSION=0.19.0-1
 ARG USER=git
 ARG GITOLITE_HOME_PATH=/var/lib/gitolite