Parcourir la source

Bump alpine from 3.10 to 3.12.1

Bumps alpine from 3.10 to 3.12.1.

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] il y a 3 ans
Parent
commit
7d89d316a7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.10
+FROM alpine:3.12.1
 
 RUN adduser -S postsrsd \
     && apk add --no-cache postsrsd \