mirror of
https://github.com/openziti/zrok.git
synced 2024-11-21 23:53:19 +01:00
update ziti CLI version in zrok CLI
This commit is contained in:
parent
82ceeed58a
commit
ead9ee4454
15
.github/dependabot.yml
vendored
Normal file
15
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
version: 2
|
||||
updates:
|
||||
# bump the ziti CLI version that is built into the zrok CLI image
|
||||
- package-ecosystem: docker
|
||||
directory: "/docker/images/zrok"
|
||||
schedule:
|
||||
interval: weekly
|
||||
open-pull-requests-limit: 20
|
||||
groups:
|
||||
all:
|
||||
applies-to: version-updates
|
||||
update-types:
|
||||
- "major"
|
||||
- "minor"
|
||||
- "patch"
|
@ -1,8 +1,5 @@
|
||||
# this builds docker.io/openziti/zrok
|
||||
ARG ZITI_CLI_TAG="1.0.0"
|
||||
ARG ZITI_CLI_IMAGE="docker.io/openziti/ziti-cli"
|
||||
|
||||
FROM ${ZITI_CLI_IMAGE}:${ZITI_CLI_TAG}
|
||||
FROM docker.io/openziti/ziti-cli:1.1.4
|
||||
|
||||
ARG ARTIFACTS_DIR=./dist
|
||||
ARG DOCKER_BUILD_DIR=.
|
||||
|
Loading…
Reference in New Issue
Block a user