We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe83c24 commit a13103aCopy full SHA for a13103a
1 file changed
Dockerfile
@@ -23,7 +23,7 @@ RUN sed -ri -e "s!/var/www/html!${APACHE_DOCUMENT_ROOT}!g" /etc/apache2/sites-av
23
RUN sed -ri -e "s!/var/www/!${APACHE_DOCUMENT_ROOT}!g" /etc/apache2/apache2.conf /etc/apache2/conf-available/*.conf
24
25
RUN apt-get update -qq \
26
- && apt-get install -q -y --no-install-recommends unzip=6.0-23+deb10u2 wget=1.20.1-1.1 gpg=2.2.12-1+deb10u1 gpg-agent=2.2.12-1+deb10u1 \
+ && apt-get install -q -y --no-install-recommends unzip=6.0-23+deb10u2 wget=1.20.1-1.1 gpg=2.2.27-2+deb11u2 gpg-agent=2.2.27-2+deb11u2 \
27
&& apt-get clean \
28
&& rm -rf /var/lib/apt/lists/* \
29
&& wget -q ${RAINLOOP_PGP_PUBLIC_KEY} \
0 commit comments