Skip to content

Commit

Permalink
[deps] Bump nginx from 1.23.4-alpine to 1.27.0-alpine in /images/open…
Browse files Browse the repository at this point in the history
…wisp_nginx

Bumps nginx from 1.23.4-alpine to 1.27.0-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Gagan Deep <[email protected]>
  • Loading branch information
dependabot[bot] and pandafy authored Sep 17, 2024
1 parent 00b03ae commit c70cc06
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions images/openwisp_nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
FROM nginx:1.23.4-alpine
FROM nginx:1.27.0-alpine

RUN apk add --update --no-cache \
openssl~=3.0.15-r0 \
certbot~=1.32.0-r0 \
certbot-nginx~=1.32.0-r0 && \
py3-pip~=23.3.1-r0 \
certbot~=2.7.4-r0 \
certbot-nginx~=2.7.4-r0 && \
rm -rf /var/cache/apk/* /tmp/*

WORKDIR /etc/nginx/
CMD ["sh", "init_command.sh"]
EXPOSE 80 443

# DL3018
COPY ./common/services.py \
./common/init_command.sh \
./common/utils.sh \
./openwisp_nginx/ \
/etc/nginx/

RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --break-system-packages --no-cache-dir -r requirements.txt

ENV MODULE_NAME=nginx \
PYTHONUNBUFFERED=1 \
Expand Down

0 comments on commit c70cc06

Please sign in to comment.