Skip to content

Commit 2c21358

Browse files
chore(deps): update ghcr.io/runatlantis/testing-env docker tag to v2022.12.22 (#2844)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01ce8ce commit 2c21358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
test:
44
docker:
5-
- image: ghcr.io/runatlantis/testing-env:2022.12.19
5+
- image: ghcr.io/runatlantis/testing-env:2022.12.22
66
steps:
77
- checkout
88
- run: make check-fmt

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: github.event.pull_request.draft == false
2828
name: runner / gotest
2929
runs-on: ubuntu-22.04
30-
container: ghcr.io/runatlantis/testing-env:2022.12.19
30+
container: ghcr.io/runatlantis/testing-env:2022.12.22
3131
steps:
3232
- uses: actions/[email protected]
3333
- run: make test-all

0 commit comments

Comments
 (0)