4 次代碼提交 5a1788a0a1 ... cd3ffae50a

作者 SHA1 備註 提交日期
  Fabian Peter Hammerle cd3ffae50a upgrade netcat package from v1.229.1-r0 to v1.234.1-r0 3 天之前
  dependabot[bot] edcecd6232 build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (#98) 4 月之前
  dependabot[bot] c3fb068366 build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 (#97) 5 月之前
  dependabot[bot] d8bfad1caa build(deps): bump docker/build-push-action from 6.16.0 to 6.17.0 (#96) 5 月之前
共有 2 個文件被更改,包括 3 次插入3 次删除
  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-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.16.0
+    - uses: docker/build-push-action@v6.18.0
       with:
         # dma package is only avilable for ppc64le, x86_64 & x86
         # https://pkgs.alpinelinux.org/packages?name=dma&branch=edge

+ 1 - 1
Dockerfile

@@ -15,7 +15,7 @@ ARG DUMB_INIT_PACKAGE_VERSION=1.2.5-r3
 # https://github.com/openbsd/src/commits/master/usr.bin/nc
 # https://salsa.debian.org/debian/netcat-openbsd/-/commits/debian/latest
 # https://git.alpinelinux.org/aports/log/main/netcat-openbsd
-ARG NETCAT_PACKAGE_VERSION=1.229.1-r0
+ARG NETCAT_PACKAGE_VERSION=1.234.1-r0
 # https://git.alpinelinux.org/aports/log/community/dma
 ARG DMA_PACKAGE_VERSION=0.14-r0
 RUN apk add --no-cache \