Skip to content

Commit

Permalink
chore(deps): update ghcr.io/ddterm/ci-docker-image docker tag to v202…
Browse files Browse the repository at this point in the history
…4.11.05.0
  • Loading branch information
renovate[bot] authored and amezin committed Nov 5, 2024
1 parent 8fa0d3a commit d1cc18a
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
lint:
runs-on: ubuntu-24.04
container:
image: ghcr.io/ddterm/ci-docker-image:2024.09.26.0
image: ghcr.io/ddterm/ci-docker-image:2024.11.05.0

steps:
- name: Checkout
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

runs-on: ubuntu-24.04
container:
image: ghcr.io/ddterm/ci-docker-image:2024.09.26.0
image: ghcr.io/ddterm/ci-docker-image:2024.11.05.0

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

runs-on: ubuntu-24.04
container:
image: ghcr.io/ddterm/ci-docker-image:2024.09.26.0
image: ghcr.io/ddterm/ci-docker-image:2024.11.05.0

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pot:
runs-on: ubuntu-24.04
container:
image: ghcr.io/ddterm/ci-docker-image:2024.09.26.0
image: ghcr.io/ddterm/ci-docker-image:2024.11.05.0

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04

container:
image: ghcr.io/ddterm/ci-docker-image:2024.09.26.0
image: ghcr.io/ddterm/ci-docker-image:2024.11.05.0

steps:
- name: Get app token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

runs-on: ubuntu-24.04
container:
image: ghcr.io/ddterm/ci-docker-image:2024.09.26.0
image: ghcr.io/ddterm/ci-docker-image:2024.11.05.0
options: --privileged --tmpfs /run -v /tmp:/tmp --cgroupns=host

env:
Expand Down
2 changes: 1 addition & 1 deletion do-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

IMAGE=ghcr.io/ddterm/ci-docker-image
# renovate: datasource=docker depName=ghcr.io/ddterm/ci-docker-image
IMAGE_VERSION=2024.09.26.0
IMAGE_VERSION=2024.11.05.0

SCRIPT_REALPATH="$(realpath "$0")"
SCRIPT_DIR="${SCRIPT_REALPATH%/*}"
Expand Down
2 changes: 1 addition & 1 deletion do-in-podman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

IMAGE=ghcr.io/ddterm/ci-docker-image
# renovate: datasource=docker depName=ghcr.io/ddterm/ci-docker-image
IMAGE_VERSION=2024.09.26.0
IMAGE_VERSION=2024.11.05.0

SCRIPT_REALPATH="$(realpath "$0")"
SCRIPT_DIR="${SCRIPT_REALPATH%/*}"
Expand Down
2 changes: 1 addition & 1 deletion test/requirements/images.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile --strip-extras images.in
Expand Down
2 changes: 1 addition & 1 deletion test/requirements/lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile --strip-extras lint.in
Expand Down
2 changes: 1 addition & 1 deletion test/requirements/pip-compile.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile --strip-extras pip-compile.in
Expand Down
2 changes: 1 addition & 1 deletion test/requirements/pypi.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile --strip-extras pypi.in
Expand Down

0 comments on commit d1cc18a

Please sign in to comment.