Selaa lähdekoodia

upgrade alpine base image from v3.13.5 to v3.14.0 including postsrsd package upgrade from v1.10-r0 to v1.11-r0 (diff link below)

https://github.com/roehling/postsrsd/releases/tag/1.11
https://git.alpinelinux.org/aports/commit/community/postsrsd?id=9637a6d34182c24d00729f16bfbbd7c7a8553002
https://git.alpinelinux.org/aports/commit/community/postsrsd?id=d0cfff654c784cdfd0a3baab8b160d151f55ab65
Fabian Peter Hammerle 2 vuotta sitten
vanhempi
commit
eea8ad062c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,6 +1,6 @@
-FROM alpine:3.13.5
+FROM alpine:3.14.0
 
-ARG POSTSRSD_PACKAGE_VERSION=1.10-r0
+ARG POSTSRSD_PACKAGE_VERSION=1.11-r0
 RUN adduser -S postsrsd \
     && apk add --no-cache postsrsd=$POSTSRSD_PACKAGE_VERSION \
     && mkdir -p /etc/postsrsd/secrets \