mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Compare commits
4 Commits
3.7.2+1805
...
3.8.1+1805
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
806f92df4b | ||
|
|
107c57f82c | ||
|
|
8d96eee149 | ||
|
|
038ccda1f5 |
@@ -1,6 +1,6 @@
|
|||||||
FROM php:7.2-apache
|
FROM php:7.2-apache
|
||||||
LABEL maintainer="markus@martialblog.de"
|
LABEL maintainer="markus@martialblog.de"
|
||||||
ARG version='3.7.2+180508'
|
ARG version='3.8.1+180524'
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM php:7.2-fpm
|
FROM php:7.2-fpm
|
||||||
LABEL maintainer="markus@martialblog.de"
|
LABEL maintainer="markus@martialblog.de"
|
||||||
ARG version='3.7.2+180508'
|
ARG version='3.8.1+180524'
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|||||||
@@ -3,7 +3,8 @@
|
|||||||
IMAGE=$1
|
IMAGE=$1
|
||||||
|
|
||||||
if [ ! -f container-structure-test ]; then
|
if [ ! -f container-structure-test ]; then
|
||||||
curl -LO https://storage.googleapis.com/container-structure-test/latest/container-structure-test
|
curl -LO https://storage.googleapis.com/container-structure-test/latest/container-structure-test-linux-amd64
|
||||||
|
mv container-structure-test-linux-amd64 container-structure-test
|
||||||
chmod +x container-structure-test
|
chmod +x container-structure-test
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user