Skip to content

Commit

Permalink
nginx version corrections inb centos7 image
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanishan1001 committed Sep 16, 2024
1 parent 8f0380c commit 92acc7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG AUTOMAKE_VERSION="1.16.3"
ARG PERL_VERSION="5.20.2"
ARG PERL_CPANVERSION="5.0"
ARG PCRE_VERSION="8.44"
ARG NGINX_VERSION="1.26.0"
ARG NGINX_VERSION="1.26.2"

# create default non-root user
RUN groupadd -r swuser && useradd -u 1000 -g swuser -m -s /sbin/nologin -c "default non-root user" swuser
Expand Down

0 comments on commit 92acc7a

Please sign in to comment.