Skip to content

Commit

Permalink
Latest ubuntu-bats
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Murray committed Jul 12, 2024
1 parent 09759ad commit 37e9907
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
checkout-and-test:
runs-on: ubuntu-latest
container:
image: donaldm314/ubuntu-bats:30
image: donaldm314/ubuntu-bats:34
options: --user root
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4
- name: "Test"
run: |
task
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM donaldm314/ubuntu-bats:30
FROM donaldm314/ubuntu-bats:34
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: donaldm314/ubuntu-bats:30
image: donaldm314/ubuntu-bats:34
options:
max-time: 1
pipelines:
Expand Down

0 comments on commit 37e9907

Please sign in to comment.