Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Use govcsim version v0.21 (#12)
Browse files Browse the repository at this point in the history
Use govcsim version v0.21
  • Loading branch information
Akasurde committed Aug 2, 2019
2 parents d819248 + 32f1105 commit 02b21a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.11.9-alpine3.9

ARG GOVMOMI_CHECKOUT="tags/v0.20.2"
ARG GOVMOMI_CHECKOUT="tags/v0.21.0"

ADD requirements.txt /root/requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion flask_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def spawn_vcsim():
# build the command
cmd = [
VCSIMPATH,
'-httptest.serve',
'-l',
'%s:%s' % (hostname, port),
]

Expand Down

0 comments on commit 02b21a8

Please sign in to comment.