Skip to content

Commit 30975e1

Browse files
authored
Merge pull request #44 from bitscape/pr-sync-with-install-doc2
feat: update to node-20:bullseye
2 parents ba8f354 + fa1993b commit 30975e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# builder container
2-
FROM node:18-bullseye as build
2+
FROM node:20-bullseye as build
33

44
# Install set of dependencies to support building Xen Orchestra
55
RUN apt update && \
@@ -19,7 +19,7 @@ RUN cd /etc/xen-orchestra && \
1919
RUN find /etc/xen-orchestra/packages/ -maxdepth 1 -mindepth 1 -not -name "xo-server" -not -name "xo-web" -not -name "xo-server-cloud" -not -name "xo-server-test" -not -name "xo-server-test-plugin" -exec ln -s {} /etc/xen-orchestra/packages/xo-server/node_modules \;
2020

2121
# Runner container
22-
FROM node:18-bullseye-slim
22+
FROM node:20-bullseye-slim
2323

2424
MAINTAINER Roni Väyrynen <[email protected]>
2525

0 commit comments

Comments
 (0)