Browse Source

upgrade netcat package to v1.228.1-r0 and dma package to v0.14-r0

Fabian Peter Hammerle 2 weeks ago
parent
commit
a2aab9daf7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -15,9 +15,9 @@ 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.1.1-r0
+ARG NETCAT_PACKAGE_VERSION=1.228.1-r0
 # https://git.alpinelinux.org/aports/log/community/dma
-ARG DMA_PACKAGE_VERSION=0.13-r4
+ARG DMA_PACKAGE_VERSION=0.14-r0
 RUN apk add --no-cache \
         dma=${DMA_PACKAGE_VERSION} \
         dumb-init=${DUMB_INIT_PACKAGE_VERSION} \