From ee11a76fd5ad8503a86a7d71c6fde1933f545880 Mon Sep 17 00:00:00 2001 From: Don Murray Date: Tue, 16 Jul 2024 15:23:20 +0000 Subject: [PATCH] Update to latest ubuntu-bats --- .github/workflows/github-actions.yml | 2 +- Dockerfile | 2 +- bitbucket-pipelines.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 0b05e91..4f43b10 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -7,7 +7,7 @@ jobs: checkout-and-test: runs-on: ubuntu-latest container: - image: donaldm314/ubuntu-bats:34 + image: donaldm314/ubuntu-bats:101 options: --user root steps: - uses: actions/checkout@v4 diff --git a/Dockerfile b/Dockerfile index e402e00..36f5911 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM donaldm314/ubuntu-bats:34 +FROM donaldm314/ubuntu-bats:101 diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 445be30..d0c896e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,4 +1,4 @@ -image: donaldm314/ubuntu-bats:34 +image: donaldm314/ubuntu-bats:101 options: max-time: 1 pipelines: