26 Commits 0020131b3e ... da284b38a4

Auteur SHA1 Message Date
  Fabian Peter Hammerle da284b38a4 upgrade netcat-openbsd package from v1.226-r0 to v1.226.1.1-r0 il y a 3 jours
  dependabot[bot] 43d10ec16b build(deps): bump docker/build-push-action from 6.8.0 to 6.9.0 (#79) il y a 2 semaines
  dependabot[bot] 6fced8bb70 build(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.1 (#80) il y a 2 semaines
  dependabot[bot] 755dab3ed4 build(deps): bump docker/build-push-action from 6.7.0 to 6.8.0 (#78) il y a 3 semaines
  dependabot[bot] 4bf01ffb62 build(deps): bump docker/build-push-action from 6.6.1 to 6.7.0 (#77) il y a 2 mois
  dependabot[bot] fb3a537322 build(deps): bump alpine from 20240606 to 20240807 (#75) il y a 2 mois
  dependabot[bot] 7f3dcb8507 build(deps): bump docker/build-push-action from 6.5.0 to 6.6.1 (#76) il y a 2 mois
  dependabot[bot] 14ff84e23c build(deps): bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#74) il y a 2 mois
  dependabot[bot] fd9128326b build(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#71) il y a 3 mois
  dependabot[bot] 3aee3efbe4 build(deps): bump docker/build-push-action from 6.4.1 to 6.5.0 (#72) il y a 3 mois
  dependabot[bot] 50a9561129 build(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#73) il y a 3 mois
  dependabot[bot] 62ca6a27d5 build(deps): bump docker/build-push-action from 6.3.0 to 6.4.1 (#70) il y a 3 mois
  dependabot[bot] e2000d6e42 build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#69) il y a 3 mois
  dependabot[bot] 878e312c9a build(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#67) il y a 3 mois
  dependabot[bot] dc589da99d build(deps): bump docker/build-push-action from 6.2.0 to 6.3.0 (#68) il y a 3 mois
  dependabot[bot] f50ef0f512 build(deps): bump docker/build-push-action from 6.1.0 to 6.2.0 (#66) il y a 4 mois
  dependabot[bot] 388ced5c72 build(deps): bump docker/build-push-action from 5.4.0 to 6.1.0 (#65) il y a 4 mois
  dependabot[bot] 18df999f42 build(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 (#63) il y a 4 mois
  dependabot[bot] 7441bced63 build(deps): bump alpine from 20240329 to 20240606 (#64) il y a 4 mois
  dependabot[bot] 44b4912123 build(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#62) il y a 6 mois
  dependabot[bot] b5fba7caca build(deps): bump alpine from 20240315 to 20240329 (#61) il y a 6 mois
  dependabot[bot] c2d3c04aa8 build(deps): bump alpine from 20231219 to 20240315 (#60) il y a 7 mois
  dependabot[bot] 1fd83e33d8 build(deps): bump docker/build-push-action from 5.2.0 to 5.3.0 (#58) il y a 7 mois
  dependabot[bot] 82dcf1a6e9 build(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#59) il y a 7 mois
  dependabot[bot] d7c3306838 build(deps): bump docker/build-push-action from 5.1.0 to 5.2.0 (#57) il y a 7 mois
  dependabot[bot] 86e877e36e build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#56) il y a 8 mois
2 fichiers modifiés avec 6 ajouts et 5 suppressions
  1. 3 3
      .github/workflows/container-image.yml
  2. 3 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.0.0
-    - uses: docker/setup-buildx-action@v3.0.0
+    - uses: docker/setup-qemu-action@v3.2.0
+    - uses: docker/setup-buildx-action@v3.7.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@v5.1.0
+    - uses: docker/build-push-action@v6.9.0
       with:
         # dma package is only avilable for ppc64le, x86_64 & x86
         # https://pkgs.alpinelinux.org/packages?name=dma&branch=edge

+ 3 - 2
Dockerfile

@@ -8,13 +8,14 @@
 # >     required by: dma-0.13-r3[so:libcrypto.so.3]
 # >   so:libssl.so.3 (no such package):
 # >     required by: dma-0.13-r3[so:libssl.so.3]
-FROM docker.io/alpine:20231219
+FROM docker.io/alpine:20240807
 
 # https://git.alpinelinux.org/aports/log/community/dumb-init
 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.226-r0
+ARG NETCAT_PACKAGE_VERSION=1.226.1.1-r0
 # https://git.alpinelinux.org/aports/log/community/dma
 ARG DMA_PACKAGE_VERSION=0.13-r4
 RUN apk add --no-cache \