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 1
1
ARG BASE_IMAGE
2
2
ARG NGINX_VERSION
3
3
4
-
5
- FROM ${BASE_IMAGE} as ngx_http_auth_jwt_builder_base
4
+ FROM ${BASE_IMAGE} AS ngx_http_auth_jwt_builder_base
6
5
LABEL stage=ngx_http_auth_jwt_builder
7
6
RUN <<`
8
7
apt-get update
9
8
apt-get install -y curl build-essential
10
9
`
11
10
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
14
12
LABEL stage=ngx_http_auth_jwt_builder
15
13
ENV PATH "${PATH}:/etc/nginx"
16
14
ENV LD_LIBRARY_PATH=/usr/local/lib
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG BASE_IMAGE
2
2
ARG PORT
3
3
ARG SSL_PORT
4
4
5
- FROM ${BASE_IMAGE} as NGINX
5
+ FROM ${BASE_IMAGE} AS NGINX
6
6
ARG PORT
7
7
ARG SSL_PORT
8
8
COPY etc/ /etc/
You can’t perform that action at this time.
0 commit comments