mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-09 01:48:57 +01:00
Compare commits
6 Commits
3.17.17+19
...
3.20.0+191
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f1903aa15 | ||
|
|
a829071849 | ||
|
|
a968c01029 | ||
|
|
325416c959 | ||
|
|
44fac58a28 | ||
|
|
1a63aa37a7 |
@@ -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='3.17.17+190918'
|
ARG version='3.20.0+191112'
|
||||||
ARG sha256_checksum='a8bae3e432965318174684aee71de2a3e8dfd32fbfcfe0f25b7523c806e97d08'
|
ARG sha256_checksum='88befebbaf75ea24299885913cf680a421e55b7cf13242f1fb12d262ccc5ff4f'
|
||||||
|
|
||||||
# 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='3.17.17+190918'
|
ARG version='3.20.0+191112'
|
||||||
ARG sha256_checksum='a8bae3e432965318174684aee71de2a3e8dfd32fbfcfe0f25b7523c806e97d08'
|
ARG sha256_checksum='88befebbaf75ea24299885913cf680a421e55b7cf13242f1fb12d262ccc5ff4f'
|
||||||
|
|
||||||
# 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='3.17.17+190918'
|
ARG version='3.20.0+191112'
|
||||||
ARG sha256_checksum='a8bae3e432965318174684aee71de2a3e8dfd32fbfcfe0f25b7523c806e97d08'
|
ARG sha256_checksum='88befebbaf75ea24299885913cf680a421e55b7cf13242f1fb12d262ccc5ff4f'
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
Reference in New Issue
Block a user