mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-07 17:08:53 +01:00
Compare commits
2 Commits
3.22.10+20
...
4.1.14+200
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b638a4f5f | ||
|
|
b697f94e29 |
@@ -1,7 +1,7 @@
|
|||||||
FROM php:7.2-apache
|
FROM php:7.2-apache
|
||||||
LABEL maintainer="markus@martialblog.de"
|
LABEL maintainer="markus@martialblog.de"
|
||||||
ARG version='4.1.12+200324'
|
ARG version='4.1.14+200331'
|
||||||
ARG sha256_checksum='f7713aebc72f0703be0f46153e071595b1b1a8a09b179e0b93b270010075039d'
|
ARG sha256_checksum='f66ca360b52100c6f7ec25c848542dfcb241521a8bdd20a31a328c0a36244fa4'
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM php:7.2-fpm-alpine
|
FROM php:7.2-fpm-alpine
|
||||||
LABEL maintainer="markus@martialblog.de"
|
LABEL maintainer="markus@martialblog.de"
|
||||||
ARG version='4.1.12+200324'
|
ARG version='4.1.14+200331'
|
||||||
ARG sha256_checksum='f7713aebc72f0703be0f46153e071595b1b1a8a09b179e0b93b270010075039d'
|
ARG sha256_checksum='f66ca360b52100c6f7ec25c848542dfcb241521a8bdd20a31a328c0a36244fa4'
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM php:7.2-fpm
|
FROM php:7.2-fpm
|
||||||
LABEL maintainer="markus@martialblog.de"
|
LABEL maintainer="markus@martialblog.de"
|
||||||
ARG version='4.1.12+200324'
|
ARG version='4.1.14+200331'
|
||||||
ARG sha256_checksum='f7713aebc72f0703be0f46153e071595b1b1a8a09b179e0b93b270010075039d'
|
ARG sha256_checksum='f66ca360b52100c6f7ec25c848542dfcb241521a8bdd20a31a328c0a36244fa4'
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
Reference in New Issue
Block a user