Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit 4af3d45

Browse files
committed
Update Xen "xe-guest-utilities" to 7.13.0
1 parent d8c7ac6 commit 4af3d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ RUN cp -vr /usr/src/parallels/tools/* ./; \
403403

404404
# https://github.com/xenserver/xe-guest-utilities/tags
405405
# updated via "update.sh"
406-
ENV XEN_VERSION 7.12.0
406+
ENV XEN_VERSION 7.13.0
407407

408408
RUN wget -O /xen.tgz "https://github.com/xenserver/xe-guest-utilities/archive/v$XEN_VERSION.tar.gz"; \
409409
mkdir /usr/src/xen; \

0 commit comments

Comments
 (0)