2 Commits 77a2d5a400 ... 1114f10779

Author SHA1 Message Date
  Fabian Peter Hammerle 1114f10779 update ca-certificates package from v20241010-r0 to v20241121-r1 2 weeks ago
  dependabot[bot] 75ac2d28c6 build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (#100) 1 month ago
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/container-image.yml
  2. 1 1
      Dockerfile

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

@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
     - uses: docker/setup-qemu-action@v3.2.0
-    - uses: docker/setup-buildx-action@v3.7.1
+    - 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. [...]

+ 1 - 1
Dockerfile

@@ -15,7 +15,7 @@ ARG POSTFIX_PACKAGE_VERSION=3.9.1-r0
 # https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/
 # https://gitlab.alpinelinux.org/alpine/ca-certificates/-/commits/master
 # https://git.alpinelinux.org/aports/log/main/ca-certificates?h=3.21-stable
-ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20241010-r0
+ARG MOZILLA_CA_CERT_STORE_PACKAGE_VERSION=20241121-r1
 RUN apk add --no-cache \
         ca-certificates=$MOZILLA_CA_CERT_STORE_PACKAGE_VERSION \
         postfix=$POSTFIX_PACKAGE_VERSION \