Skip to content

Commit

Permalink
Specify nginx version to install
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent fbef888 commit 8bf25b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tna-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ RUN set -eux; \
apt-get -y upgrade; \
apt-get install -y --no-install-recommends libcurl4=7.88.1-10+deb12u5 curl=7.88.1-10+deb12u5 build-essential=12.9 libmagic-dev=1:5.44-3; \
\
apt-get install -y --no-install-recommends nginx; \
apt-get install -y --no-install-recommends nginx=1.22.1-9; \
ufw allow 'Nginx HTTPS'; \
mkdir /etc/nginx/ssl; \
openssl req -x509 -noenc -newkey rsa:2048 -keyout /etc/nginx/ssl/key.pem -out /etc/nginx/ssl/req.pem -days 90 -subj "/C=GB/ST=London/L=Kew/O=The National Archives/OU=Digital/CN=localhost"; \
Expand Down

0 comments on commit 8bf25b2

Please sign in to comment.