Skip to content

Commit

Permalink
Bump dependencies in AMI (#83)
Browse files Browse the repository at this point in the history
* Bump dependencies in AMI

* Bump K3s.sh script to latest

* Bump VirtualBox base image

---------

Co-authored-by: Marcin Jasion <mjasion@users.noreply.github.com>
  • Loading branch information
mjasion and mjasion authored May 23, 2024
1 parent 04104c2 commit 71ba9f2
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 45 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_virtualbox_builder_ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run:
working-directory: packer
steps:
- uses: actions/checkout@v3
- uses: aws-actions/configure-aws-credentials@v2
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-west-1
role-to-assume: arn:aws:iam::260760892802:role/studio-selfhosted-packer
Expand All @@ -32,7 +32,7 @@ jobs:
uses: hashicorp/setup-packer@main
id: setup
with:
version: "1.8.6"
version: "1.10.3"

- name: Run `packer init`
id: init
Expand Down
Loading

0 comments on commit 71ba9f2

Please sign in to comment.