Skip to content

Commit

Permalink
fix openresty version (#6869)
Browse files Browse the repository at this point in the history
  • Loading branch information
stereosteve authored Dec 6, 2023
1 parent 977dd55 commit 8909f03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/discovery-provider/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN curl -O 'http://openresty.org/package/admin@openresty.com-5ea678a6.rsa.pub'
mv 'admin@openresty.com-5ea678a6.rsa.pub' /etc/apk/keys/ && \
echo "http://openresty.org/package/alpine/v3.15/main" | tee -a /etc/apk/repositories && \
apk update && \
apk add openresty=1.19.9.1-r0 openresty-opm && \
apk add openresty=1.21.4.3-r0 openresty-opm && \
opm get spacewander/lua-resty-rsa && \
opm get ledgetech/lua-resty-http && \
opm get bsiara/dkjson && \
Expand Down
2 changes: 1 addition & 1 deletion packages/discovery-provider/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN curl -O 'http://openresty.org/package/admin@openresty.com-5ea678a6.rsa.pub'
mv 'admin@openresty.com-5ea678a6.rsa.pub' /etc/apk/keys/ && \
echo "http://openresty.org/package/alpine/v3.15/main" | tee -a /etc/apk/repositories && \
apk update && \
apk add openresty=1.19.9.1-r0 openresty-opm && \
apk add openresty=1.21.4.3-r0 openresty-opm && \
opm get spacewander/lua-resty-rsa && \
opm get ledgetech/lua-resty-http && \
opm get bsiara/dkjson && \
Expand Down

0 comments on commit 8909f03

Please sign in to comment.