Skip to content

Commit

Permalink
chore(deps): bump kustomize version on Docker image
Browse files Browse the repository at this point in the history
Signed-off-by: João Estrela <jestrela@barracuda.com>
  • Loading branch information
joaoestrela committed May 2, 2024
1 parent 4ee71bd commit 959565d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN curl -L -o /tmp/helm.tar.gz \
https://get.helm.sh/helm-${HELM_VERSION}-linux-${TARGETARCH}.tar.gz \
&& tar xvfz /tmp/helm.tar.gz -C /usr/local/bin --strip-components 1

ARG KUSTOMIZE_VERSION=v5.1.1
ARG KUSTOMIZE_VERSION=v5.4.1
RUN curl -L -o /tmp/kustomize.tar.gz \
https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2F${KUSTOMIZE_VERSION}/kustomize_${KUSTOMIZE_VERSION}_linux_${TARGETARCH}.tar.gz \
&& tar xvfz /tmp/kustomize.tar.gz -C /usr/local/bin
Expand All @@ -25,7 +25,7 @@ WORKDIR /kargo-render
COPY go.mod .
COPY go.sum .
RUN go mod download
COPY . .
COPY . .

ARG VERSION
ARG GIT_COMMIT
Expand Down

0 comments on commit 959565d

Please sign in to comment.