Browse Source

upgrade socat to v1.8.0.3-r0

Fabian Peter Hammerle 1 day ago
parent
commit
506eee1b14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ FROM docker.io/alpine:3.21.3
 ARG DOVECOT_PACKAGE_VERSION=2.3.21.1-r0
 # http://www.dest-unreach.org/socat/
 # https://git.alpinelinux.org/aports/log/main/socat?h=3.21-stable
-ARG SOCAT_PACKAGE_VERSION=1.8.0.1-r0
+ARG SOCAT_PACKAGE_VERSION=1.8.0.3-r0
 RUN apk add --no-cache \
         dovecot-lmtpd=$DOVECOT_PACKAGE_VERSION \
         dovecot-pigeonhole-plugin=$DOVECOT_PACKAGE_VERSION \