Skip to content

Commit

Permalink
test(deps): update dependency flux to v2.1.1 (#1473)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 19, 2023
1 parent 8a822a2 commit bc402df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -45,7 +45,7 @@ RUN install-tool dotnet 7.0.401
RUN install-tool flutter 3.0.2

# renovate: datasource=github-releases packageName=fluxcd/flux2
RUN install-tool flux v2.1.0
RUN install-tool flux v2.1.1

# renovate: datasource=github-releases packageName=git-lfs/git-lfs
RUN install-tool git-lfs v3.4.0
Expand Down
2 changes: 1 addition & 1 deletion test/flux/Dockerfile
Expand Up @@ -16,7 +16,7 @@ COPY src/ /
RUN install-containerbase

# renovate: datasource=github-releases depName=flux packageName=fluxcd/flux2
ARG FLUX_VERSION=v2.1.0
ARG FLUX_VERSION=v2.1.1

USER 1000

Expand Down
2 changes: 1 addition & 1 deletion test/flux/Dockerfile.arm64
Expand Up @@ -22,7 +22,7 @@ RUN install-containerbase
FROM base as test-flux

# renovate: datasource=github-releases packageName=fluxcd/flux2
RUN install-tool flux v2.1.0
RUN install-tool flux v2.1.1

#--------------------------------------
# Image: final
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Expand Up @@ -156,7 +156,7 @@ USER 1000
ARG IGNORED_TOOLS=powershell,node

# renovate: datasource=github-releases packageName=fluxcd/flux2
RUN install-tool flux v2.1.0
RUN install-tool flux v2.1.1

# renovate: datasource=github-releases packageName=git-lfs/git-lfs
RUN install-tool git-lfs v3.4.0
Expand Down

0 comments on commit bc402df

Please sign in to comment.