Skip to content

Commit

Permalink
Bump openziti/ziti-console-assets
Browse files Browse the repository at this point in the history
Bumps the all group in /dist/docker-images/ziti-controller with 1 update: openziti/ziti-console-assets.


Updates `openziti/ziti-console-assets` from 3.2.0 to 3.2.2

---
updated-dependencies:
- dependency-name: openziti/ziti-console-assets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent d4d2454 commit b150403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/docker-images/ziti-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG ZITI_CLI_IMAGE="docker.io/openziti/ziti-cli"

# dependabot bumps this version based on release to Hub
# only amd64 is available because only static assets are copied, not executables
FROM --platform=linux/amd64 openziti/ziti-console-assets:3.2.0 as ziti-console
FROM --platform=linux/amd64 openziti/ziti-console-assets:3.2.2 as ziti-console

FROM ${ZITI_CLI_IMAGE}:${ZITI_CLI_TAG}

Expand Down

0 comments on commit b150403

Please sign in to comment.