Browse Source

upgrade dumb-init package v1.2.5-r{1->2} & netcat-openbsd package v1.130-r{3->4}

https://web.archive.org/web/20221029173345/https://git.alpinelinux.org/aports/commit/main/netcat-openbsd?id=c57128b0e49d551220aff88af0f1487d80cdccf8
https://web.archive.org/web/20221029173356/https://git.alpinelinux.org/aports/commit/community/dumb-init?id=6d3f459f1e2a47230cb5fb845d196b48fbbe1ae5
Fabian Peter Hammerle 1 year ago
parent
commit
f57b55923a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -10,8 +10,8 @@
 # >     required by: dma-0.13-r3[so:libssl.so.3]
 FROM docker.io/alpine:20220715
 
-ARG DUMB_INIT_PACKAGE_VERSION=1.2.5-r1
-ARG NETCAT_PACKAGE_VERSION=1.130-r3
+ARG DUMB_INIT_PACKAGE_VERSION=1.2.5-r2
+ARG NETCAT_PACKAGE_VERSION=1.130-r4
 ARG DMA_REPOSITORY=http://dl-cdn.alpinelinux.org/alpine/edge/testing
 ARG DMA_PACKAGE_VERSION=0.13-r3
 RUN apk add --no-cache \