Browse Source

upgrade socat package from v1.7.4.2-r0 to v1.7.4.3-r0

https://web.archive.org/web/20220528204439/http://www.dest-unreach.org/socat/
https://git.alpinelinux.org/aports/commit/main/socat?h=3.16-stable&id=5edc9195355ced3db991c1a7cda5648d52019b11
Fabian Peter Hammerle 1 year ago
parent
commit
7f28a02431
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM docker.io/alpine:3.16.0
 
 ARG DOVECOT_PACKAGE_VERSION=2.3.19-r2
-ARG SOCAT_PACKAGE_VERSION=1.7.4.2-r0
+ARG SOCAT_PACKAGE_VERSION=1.7.4.3-r0
 RUN apk add --no-cache \
         dovecot-lmtpd=$DOVECOT_PACKAGE_VERSION \
         dovecot-pigeonhole-plugin=$DOVECOT_PACKAGE_VERSION \