Skip to content

Commit

Permalink
Move to nginx 1.20 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
zapo authored Jan 24, 2022
1 parent d0ebc83 commit 636f86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ ENV SANDBOX_INSECURE=$SANDBOX_INSECURE

RUN make -C demos

FROM nginx:1.17 AS run
FROM nginx:1.20 AS run
WORKDIR /usr/share/nginx/html/
COPY --from=build /build/browser/dist/sdk.js ./sdk.js
COPY --from=build /build/conf/nginx.conf /etc/nginx/conf.d/default.conf

FROM nginx:1.17 AS run_demos
FROM nginx:1.20 AS run_demos
WORKDIR /usr/share/nginx/html/
COPY --from=build /build/demos/vanilla/targeting/gam360.html ./vanilla/targeting/gam360.html
COPY --from=build /build/demos/vanilla/targeting/gam360-cached.html ./vanilla/targeting/gam360-cached.html
Expand Down

0 comments on commit 636f86b

Please sign in to comment.