Browse Source

merge pull request #32 from fphammerle/dependabot/docker/alpine-3.16.0

https://github.com/fphammerle/docker-dovecot/pull/32
Fabian Peter Hammerle 1 year ago
parent
commit
a07f0d5d64
3 changed files with 5 additions and 5 deletions
  1. 3 3
      Dockerfile
  2. 1 1
      dovecot-packages-log.url
  3. 1 1
      socat-package-log.url

+ 3 - 3
Dockerfile

@@ -1,7 +1,7 @@
-FROM docker.io/alpine:3.15.4
+FROM docker.io/alpine:3.16.0
 
-ARG DOVECOT_PACKAGE_VERSION=2.3.17.1-r0
-ARG SOCAT_PACKAGE_VERSION=1.7.4.2-r0
+ARG DOVECOT_PACKAGE_VERSION=2.3.19-r2
+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 \

+ 1 - 1
dovecot-packages-log.url

@@ -1 +1 @@
-https://git.alpinelinux.org/aports/log/main/dovecot?h=3.15-stable
+https://git.alpinelinux.org/aports/log/main/dovecot?h=3.16-stable

+ 1 - 1
socat-package-log.url

@@ -1 +1 @@
-https://git.alpinelinux.org/aports/log/main/socat?h=3.15-stable
+https://git.alpinelinux.org/aports/log/main/socat?h=3.16-stable