We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d93825 + ab519c0 commit 22ead36Copy full SHA for 22ead36
Dockerfile
@@ -4,7 +4,6 @@ ARG TERRAGRUNT_VERSION=0.57.0
4
ARG VAULT_VERSION=1.17.6
5
ARG YTT_VERSION=0.48.0
6
ARG KAPP_VERSION=0.60.0
7
-ARG NETBIRD_VERSION=0.30.2
8
ARG KUBECTL_VERSION=1.24.6
9
10
# Update apt and Install dependencies
@@ -27,7 +26,6 @@ RUN apt-get update && apt install curl gnupg software-properties-common -y && ad
27
26
wget \
28
zip \
29
mysql-client \
30
- netbird=${NETBIRD_VERSION} \
31
&& rm -rf /var/lib/apt/lists/*
32
33
# Install tools and configure the environment
0 commit comments