You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM openresty/openresty:1.19.3.1-2-alpine-fat AS build
RUN apk --no-cache add openssl \
&& /usr/local/openresty/luajit/bin/luarocks install lua-resty-jwt
FROM openresty/openresty:1.19.3.1-2-alpine-fat AS build
RUN apk --no-cache add openssl \
&& /usr/local/openresty/luajit/bin/luarocks install lua-resty-jwt 0.2.2-0
it succeeds
The text was updated successfully, but these errors were encountered:
When I build the following in Docker:
I get this error:
When I pin the version to the previous release:
it succeeds
The text was updated successfully, but these errors were encountered: