Skip to content

Commit 2fd55af

Browse files
authored
build: adjust gpg versions
1 parent a13103a commit 2fd55af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN sed -ri -e "s!/var/www/html!${APACHE_DOCUMENT_ROOT}!g" /etc/apache2/sites-av
2323
RUN sed -ri -e "s!/var/www/!${APACHE_DOCUMENT_ROOT}!g" /etc/apache2/apache2.conf /etc/apache2/conf-available/*.conf
2424

2525
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.27-2+deb11u2 gpg-agent=2.2.27-2+deb11u2 \
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+deb10u2 gpg-agent=2.2.12-1+deb10u2 \
2727
&& apt-get clean \
2828
&& rm -rf /var/lib/apt/lists/* \
2929
&& wget -q ${RAINLOOP_PGP_PUBLIC_KEY} \

0 commit comments

Comments
 (0)