Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jauderho/dockerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Jauder Ho <[email protected]>
  • Loading branch information
jauderho committed Jan 8, 2024
2 parents 97ecf87 + 8953eac commit 26636f4
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nebula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- cron: "0 8 * * 1"

env:
BUILD_VERSION: "v1.8.1"
BUILD_VERSION: "v1.8.2"
DOCKER_CLI_EXPERIMENTAL: enabled
REPOSITORY: ${{ github.actor }}/${{ github.workflow }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- cron: "0 8 * * 1"

env:
BUILD_VERSION: "v3.63.7"
BUILD_VERSION: "v3.63.8"
DOCKER_CLI_EXPERIMENTAL: enabled
REPOSITORY: ${{ github.actor }}/${{ github.workflow }}

Expand Down
2 changes: 1 addition & 1 deletion ansible/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ansible/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pygments==2.17.2; python_version >= '3.7'
pyspnego==0.10.2; python_version >= '3.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pywinrm==0.4.3
pyyaml==6.0.1; python_version >= '3.6'
pyyaml==6.0.1; python_version != '3.4'
referencing==0.32.1; python_version >= '3.8'
requests==2.31.0; python_version >= '3.7'
requests-ntlm==1.2.0; python_version >= '3.7'
Expand Down
166 changes: 76 additions & 90 deletions visidata/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion visidata/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.6; python_version >= '3.5'
importlib-metadata==7.0.1; python_version >= '3.8'
lxml==5.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
lxml==5.1.0; python_version >= '3.6'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
requests==2.31.0; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand Down

0 comments on commit 26636f4

Please sign in to comment.