Browse Source

upgrade postsrsd package version from v2.0.4-r0 to v2.0.4-r1 (fixes default config location)

https://web.archive.org/web/20230519204253/https://git.alpinelinux.org/aports/commit/community/postsrsd?h=3.18-stable&id=5da516da08bb15f6cb0d38ce8a1db5dcd05d9d16
Fabian Peter Hammerle 10 months ago
parent
commit
2e0298968c
2 changed files with 2 additions and 2 deletions
  1. 2 1
      Dockerfile
  2. 0 1
      postsrsd-package-log.url

+ 2 - 1
Dockerfile

@@ -1,6 +1,7 @@
 FROM docker.io/alpine:3.18.0
 
-ARG POSTSRSD_PACKAGE_VERSION=2.0.4-r0
+# https://git.alpinelinux.org/aports/log/community/postsrsd?h=3.18-stable
+ARG POSTSRSD_PACKAGE_VERSION=2.0.4-r1
 RUN adduser -S postsrsd \
     && apk add --no-cache postsrsd=$POSTSRSD_PACKAGE_VERSION \
     && mkdir -p /etc/postsrsd/secrets \

+ 0 - 1
postsrsd-package-log.url

@@ -1 +0,0 @@
-https://git.alpinelinux.org/aports/log/community/postsrsd?h=3.18-stable