Update to Alpine 3.11

master
andryyy 2020-05-11 11:50:45 +02:00
parent ce0cbac38b
commit 02a74914b4
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
7 changed files with 13 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"

View File

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
WORKDIR /app

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

View File

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
WORKDIR /app

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

View File

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"

View File

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11
LABEL maintainer "André Peters <andre.peters@servercow.de>"
# Installation