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

Commit

Permalink
build(deps): bump argoproj/argocd from v2.6.12 to v2.6.14 in /packaging
Browse files Browse the repository at this point in the history
Bumps argoproj/argocd from v2.6.12 to v2.6.14.

---
updated-dependencies:
- dependency-name: argoproj/argocd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 8120e2e commit f6f853a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETARCH

RUN curl -k --location https://github.com/vmware-tanzu/carvel-ytt/releases/download/v0.45.0/ytt-${TARGETOS}-${TARGETARCH} -o /tmp/ytt

FROM argoproj/argocd:v2.6.12
FROM argoproj/argocd:v2.6.14
USER root

COPY --from=ytt-download /tmp/ytt /usr/local/bin/ytt
Expand Down

0 comments on commit f6f853a

Please sign in to comment.