Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update debian_11/nginx to v1.18.0-6.1+deb11u3 #275

Merged
merged 1 commit into from
Mar 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions influxdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ ARG KAPACITOR_VERSION="1.5.9-1"
RUN \
apt-get update \
&& apt-get install -y --no-install-recommends \
libnginx-mod-http-lua=1.18.0-6.1 \
libnginx-mod-http-lua=1.18.0-6.1+deb11u3 \
luarocks=2.4.2+dfsg-1.1 \
nginx=1.18.0-6.1 \
nginx=1.18.0-6.1+deb11u3 \
procps=2:3.3.17-5 \
\
&& luarocks install lua-resty-http 0.15-0 \
Expand Down