File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11ARG BASE_IMAGE
22ARG NGINX_VERSION
33
4-
5- FROM ${BASE_IMAGE} as ngx_http_auth_jwt_builder_base
4+ FROM ${BASE_IMAGE} AS ngx_http_auth_jwt_builder_base
65LABEL stage=ngx_http_auth_jwt_builder
76RUN <<`
87apt-get update
98apt-get install -y curl build-essential
109`
1110
12-
13- FROM ngx_http_auth_jwt_builder_base as ngx_http_auth_jwt_builder_module
11+ FROM ngx_http_auth_jwt_builder_base AS ngx_http_auth_jwt_builder_module
1412LABEL stage=ngx_http_auth_jwt_builder
1513ENV PATH "${PATH}:/etc/nginx"
1614ENV LD_LIBRARY_PATH=/usr/local/lib
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG BASE_IMAGE
22ARG PORT
33ARG SSL_PORT
44
5- FROM ${BASE_IMAGE} as NGINX
5+ FROM ${BASE_IMAGE} AS NGINX
66ARG PORT
77ARG SSL_PORT
88COPY etc/ /etc/
You can’t perform that action at this time.
0 commit comments