File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/marketplace/deployer_envsubst_base/full/deployer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN ln -s /opt/kubectl/1.31 /opt/kubectl/default
2828
2929RUN mkdir -p /bin/helm-downloaded \
3030 && wget -q -O /bin/helm-downloaded/helm.tar.gz \
31- https://get.helm.sh/helm-v3.17.2 -linux-amd64.tar.gz \
31+ https://get.helm.sh/helm-v3.19.0 -linux-amd64.tar.gz \
3232 && tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \
3333 && mv /bin/helm-downloaded/linux-amd64/helm /bin/ \
3434 && rm -rf /bin/helm-downloaded
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker
4141 && apt-get -y install docker-ce
4242RUN mkdir -p /bin/helm-downloaded \
4343 && wget -q -O /bin/helm-downloaded/helm.tar.gz \
44- https://get.helm.sh/helm-v3.17.2 -linux-amd64.tar.gz \
44+ https://get.helm.sh/helm-v3.19.0 -linux-amd64.tar.gz \
4545 && tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \
4646 && mv /bin/helm-downloaded/linux-amd64/helm /bin/ \
4747 && rm -rf /bin/helm-downloaded
Original file line number Diff line number Diff line change 11ARG MARKETPLACE_TOOLS_TAG
2- FROM marketplace.gcr.io/google/debian10 AS build
2+ FROM marketplace.gcr.io/google/debian11 AS build
33
44RUN apt-get update \
55 && apt-get install -y --no-install-recommends gettext
You can’t perform that action at this time.
0 commit comments