Skip to content

Commit

Permalink
Merge pull request #1491 from cybozu/argocd-2.13.2
Browse files Browse the repository at this point in the history
Bump Argo CD from 2.13.1 to 2.13.2
  • Loading branch information
takahiro-yamada authored Dec 12, 2024
2 parents ad0347f + b79324b commit 9c933b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argocd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN curl -fsSL -o /usr/local/bin/tini-static https://github.com/krallin/tini/rel

# Stage2; Argo CD Build Stage
FROM ghcr.io/cybozu/golang:1.23-jammy AS argocd-build
ENV ARGOCD_VERSION=2.13.1
ENV ARGOCD_VERSION=2.13.2
ENV PACKAGE=github.com/argoproj/argo-cd

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion argocd/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.13.1.1
2.13.2.1

0 comments on commit 9c933b5

Please sign in to comment.