Skip to content

Commit

Permalink
Merge pull request #53 from AidanDelaney/update-base-image
Browse files Browse the repository at this point in the history
Update machine image and pack version
  • Loading branch information
jjbustamante authored Nov 24, 2023
2 parents 5eb4f17 + f0578eb commit 3155c35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ parameters:
jobs:
test:
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2204:2023.04.2
steps:
- checkout
- run:
name: Run unit tests
command: make test
github-release:
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2204:2023.04.2
steps:
- run:
name: Install releaser
Expand Down
6 changes: 3 additions & 3 deletions src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
version:
type: string
description: Version of 'pack' to use.
default: 0.26.0
default: 0.29.0
after-checkout:
description: Optional steps to run after checking out the code.
type: steps
default: []
executor-image:
type: string
description: Image to execute 'pack' in.
default: ubuntu-2004:202010-01
default: ubuntu-2204:2023.04.2
steps:
- run: sudo chown -R circleci /var/lib/docker/volumes
- install-pack:
Expand Down Expand Up @@ -79,7 +79,7 @@ commands:
type: string
version:
type: string
default: 0.26.0
default: 0.29.0
steps:
- run:
name: "Setup and install pack"
Expand Down

0 comments on commit 3155c35

Please sign in to comment.