mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-10 18:38:50 +01:00
Compare commits
3 Commits
3.21.4+200
...
3.22.0+200
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2392e89bde | ||
|
|
a75590b106 | ||
|
|
cbea63bc20 |
@@ -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.21.4+200108'
|
ARG version='3.22.0+200127'
|
||||||
ARG sha256_checksum='4b3248b2cb674058556977c011d9a710de6e7b5d74a55df79e3d40192bd98636'
|
ARG sha256_checksum='61f1d6db93746040dc53af04f9c1c8fd48f18cc523c1f377b25a5c94c8c3e467'
|
||||||
|
|
||||||
# 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.21.4+200108'
|
ARG version='3.22.0+200127'
|
||||||
ARG sha256_checksum='4b3248b2cb674058556977c011d9a710de6e7b5d74a55df79e3d40192bd98636'
|
ARG sha256_checksum='61f1d6db93746040dc53af04f9c1c8fd48f18cc523c1f377b25a5c94c8c3e467'
|
||||||
|
|
||||||
# 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.21.4+200108'
|
ARG version='3.22.0+200127'
|
||||||
ARG sha256_checksum='4b3248b2cb674058556977c011d9a710de6e7b5d74a55df79e3d40192bd98636'
|
ARG sha256_checksum='61f1d6db93746040dc53af04f9c1c8fd48f18cc523c1f377b25a5c94c8c3e467'
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
Reference in New Issue
Block a user