From 4ed50e3b78b87fa9b27026913532e39245c94dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Mon, 15 May 2023 19:34:51 +0200 Subject: [PATCH] upgrade dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5898ecb..de0377d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # ------------------------------------------------------------------------ -from mcluseau/golang-builder:1.20.3 as build +from mcluseau/golang-builder:1.20.4 as build # ------------------------------------------------------------------------ -from debian:stretch +from debian:bullseye entrypoint ["/bin/dkl-local-server"] env _uncache 1 @@ -16,7 +16,7 @@ run yes |apt-get install -y grub2 grub-pc-bin grub-efi-amd64-bin \ run apt-get install -y ca-certificates curl openssh-client \ && apt-get clean -run curl -L https://github.com/vmware/govmomi/releases/download/v0.21.0/govc_linux_amd64.gz | gunzip > /bin/govc && chmod +x /bin/govc +run curl -L https://github.com/vmware/govmomi/releases/download/v0.30.4/govc_Linux_x86_64.tar.gz | gunzip > /bin/govc && chmod +x /bin/govc copy upload-vmware.sh govc.env /var/lib/direktil/