1
1
2
- FROM alchemyfr/phraseanet-base:1.2.2 AS builder
2
+ FROM alchemyfr/phraseanet-base:1.2.3 AS builder
3
3
4
4
COPY --from=composer:2.1.6 /usr/bin/composer /usr/bin/composer
5
5
72
72
# Phraseanet install and setup application image
73
73
# ########################################################################
74
74
75
- FROM alchemyfr/phraseanet-base:1.2.2 AS phraseanet-setup
75
+ FROM alchemyfr/phraseanet-base:1.2.3 AS phraseanet-setup
76
76
77
77
COPY --from=builder --chown=app /var/alchemy/Phraseanet /var/alchemy/Phraseanet
78
78
ADD ./docker/phraseanet/root /
85
85
# Phraseanet web application image
86
86
# ########################################################################
87
87
88
- FROM alchemyfr/phraseanet-base:1.2.2 AS phraseanet-fpm
88
+ FROM alchemyfr/phraseanet-base:1.2.3 AS phraseanet-fpm
89
89
90
90
COPY --from=builder --chown=app /var/alchemy/Phraseanet /var/alchemy/Phraseanet
91
91
ADD ./docker/phraseanet/root /
@@ -97,7 +97,7 @@ CMD ["php-fpm", "-F"]
97
97
# Phraseanet worker application image
98
98
# ########################################################################
99
99
100
- FROM alchemyfr/phraseanet-base:1.2.2 AS phraseanet-worker
100
+ FROM alchemyfr/phraseanet-base:1.2.3 AS phraseanet-worker
101
101
102
102
COPY --from=builder --chown=app /var/alchemy/Phraseanet /var/alchemy/Phraseanet
103
103
ADD ./docker/phraseanet/root /
@@ -139,7 +139,7 @@ HEALTHCHECK CMD wget --spider http://127.0.0.1/login || nginx -s reload || exit
139
139
# phraseanet adapted simplesaml service provider
140
140
# ########################################################################
141
141
142
- FROM alchemyfr/phraseanet-base:1.2.2 AS phraseanet-saml-sp
142
+ FROM alchemyfr/phraseanet-base:1.2.3 AS phraseanet-saml-sp
143
143
RUN apt-get update \
144
144
&& apt-get install -y \
145
145
apt-transport-https \
0 commit comments