Update dependency nginx to v1.23.1 (develop)
This commit is contained in:
parent
cb76172b4e
commit
31ee580449
|
@ -12,7 +12,7 @@ RUN yarn install
|
||||||
RUN yarn build:deployment
|
RUN yarn build:deployment
|
||||||
|
|
||||||
|
|
||||||
FROM nginx:1.23.0-alpine as final
|
FROM nginx:1.23.1-alpine as final
|
||||||
|
|
||||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||||
COPY docker/funkwhale.template /etc/nginx/conf.d/funkwhale.template
|
COPY docker/funkwhale.template /etc/nginx/conf.d/funkwhale.template
|
||||||
|
|
Loading…
Reference in New Issue