Skip to content

Commit

Permalink
fix: maintenance (#931)
Browse files Browse the repository at this point in the history
* Update container-structure-test.yml

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update container-structure-test.yml

* Update container-structure-test.yml
  • Loading branch information
Julien Bouquillon committed Jan 4, 2022
1 parent 82c019d commit 38fb662
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
# renovate: datasource=repology depName=debian_stable/ca-certificates versioning=loose
ca-certificates="20210119" \
# renovate: datasource=repology depName=debian_stable/curl versioning=loose
curl="7.74.0-1.3+b1" \
curl="7.74.0-1.3+deb11u1" \
# renovate: datasource=repology depName=debian_stable/gnupg versioning=loose
gnupg="2.2.27-2" \
#
Expand Down
2 changes: 1 addition & 1 deletion azure-db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex \
# renovate: datasource=repology depName=debian_stable/jq versioning=loose
jq="1.6-2.1" \
# renovate: datasource=repology depName=debian_stable/postgresql-13 versioning=loose
postgresql-13="13.4-0+deb11u1" \
postgresql-13="13.5-0+deb11u1" \
# renovate: datasource=repology depName=debian_stable/git versioning=loose
git="1:2.30.2-1" \
#
Expand Down
4 changes: 2 additions & 2 deletions kosko/tests/container-structure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ commandTests:
- name: "kosko version"
command: "kosko"
args: ["--version"]
expectedError: ["1\\.\\d+\\.\\d+"]
expectedError: ["\\d\\.\\d+\\.\\d+"]
- name: "kapp version"
command: "kapp"
args: ["--version"]
Expand All @@ -18,7 +18,7 @@ commandTests:
args: ["version", "--client=true"]
expectedOutput:
- Client Version
- GitVersion:"v1\.\d+\.\d+"
- GitVersion:"v\d\.\d+\.\d+"
- name: "envsubst version"
command: "envsubst"
args: ["--version"]
Expand Down

0 comments on commit 38fb662

Please sign in to comment.