Skip to content

Commit

Permalink
Merge pull request #22 from ag-TJNII/TJNII-openresty-1.19
Browse files Browse the repository at this point in the history
Upgrade to openresty/openresty:1.19.9.1-12-alpine
  • Loading branch information
mqasimsarfraz authored May 18, 2022
2 parents 3115ff1 + 869f0af commit e304db0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM openresty/openresty:1.15.8.3-2-alpine
FROM openresty/openresty:1.19.9.1-12-alpine

USER root

RUN apk add -v --no-cache bind-tools python py-pip supervisor \
RUN apk add -v --no-cache bind-tools python3 py-pip py3-urllib3 py3-colorama supervisor \
&& mkdir /cache \
&& addgroup -g 101 nginx \
&& adduser -u 100 -D -S -h /cache -s /sbin/nologin -G nginx nginx \
&& addgroup -g 110 nginx \
&& adduser -u 110 -D -S -h /cache -s /sbin/nologin -G nginx nginx \
&& pip install --upgrade pip awscli==1.11.183 \
&& apk -v --purge del py-pip

Expand Down

0 comments on commit e304db0

Please sign in to comment.