Update to Alpine 3.11

This commit is contained in:
andryyy
2020-05-11 11:50:45 +02:00
parent ce0cbac38b
commit 02a74914b4
7 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
WORKDIR /app
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
ENV XTABLES_LIBDIR /usr/lib/xtables
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
WORKDIR /app
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
echo action=OK
exit
while read QUERY; do
logger -t last_login -p mail.info "$QUERY"
done
echo action=OK
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL maintainer "André Peters <andre.peters@servercow.de>"
# Installation