Update nginx Docker tag to v1.23.2
This commit is contained in:
parent
3c2ccbf79c
commit
69d217317b
|
@ -12,7 +12,7 @@ RUN yarn install
|
||||||
RUN yarn build:deployment
|
RUN yarn build:deployment
|
||||||
|
|
||||||
|
|
||||||
FROM nginx:1.23.1-alpine as final
|
FROM nginx:1.23.2-alpine as final
|
||||||
|
|
||||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||||
COPY docker/funkwhale.conf.template /etc/nginx/templates/default.conf.template
|
COPY docker/funkwhale.conf.template /etc/nginx/templates/default.conf.template
|
||||||
|
|
Loading…
Reference in New Issue