5 Commits 33e9c33392 ... 269fb8d813

Author SHA1 Message Date
  dependabot[bot] 269fb8d813 build(deps): bump docker/setup-buildx-action from 1.5.0 to 1.5.1 2 years ago
  dependabot[bot] f1ab1ff3b4 build(deps): bump docker/setup-buildx-action from 1.4.1 to 1.5.0 2 years ago
  dependabot[bot] 225be9e83d build(deps): bump docker/build-push-action from 2.5.0 to 2.6.1 2 years ago
  dependabot[bot] c9c8086b1f build(deps): bump docker/setup-buildx-action from 1.3.0 to 1.4.1 2 years ago
  dependabot[bot] 4d7d62941c build(deps): bump debian from 10.9-slim to 10.10-slim 2 years 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

@@ -13,13 +13,13 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
     - uses: docker/setup-qemu-action@v1.2.0
-    - uses: docker/setup-buildx-action@v1.3.0
+    - uses: docker/setup-buildx-action@v1.5.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@v2.5.0
+    - uses: docker/build-push-action@v2.6.1
       with:
         platforms: |
           linux/amd64

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/debian:10.9-slim
+FROM docker.io/debian:10.10-slim
 
 ARG GITOLITE_PACKAGE_VERSION=3.6.11-2
 ARG GIT_ANNEX_PACKAGE_VERSION=7.20190129-3