mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: Bump nginx version to newest (#3811)
Bump nginx version to newest.
This commit is contained in:
parent
aa860251c7
commit
e7cbb859f0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ ARG NODE_ENV=production
|
|||
COPY . .
|
||||
RUN yarn build:app:docker
|
||||
|
||||
FROM nginx:1.17-alpine
|
||||
FROM nginx:1.21-alpine
|
||||
|
||||
COPY --from=build /opt/node_app/build /usr/share/nginx/html
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue