Skip to content

Commit

Permalink
fix nginx version
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed May 16, 2024
1 parent d9a93d6 commit 7fc3445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbstats/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk update \
python3-dev=3.11.9-r0 \
&& apk add sqlite \
&& apk add --no-cache \
nginx=1.24.0-r15 \
nginx=1.24.0-r16 \
&& rm -f -r /etc/nginx

# Copy root file system
Expand Down

0 comments on commit 7fc3445

Please sign in to comment.