Skip to content

Commit

Permalink
Update the Ubuntu version in the toastfile to 22.04 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed May 4, 2024
1 parent 9e5e730 commit 9c0d36b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toast.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: ubuntu:22.04
image: ubuntu:24.04
default: check
user: user
command_prefix: |
Expand Down Expand Up @@ -44,8 +44,8 @@ tasks:
description: Create a user who doesn't have root privileges.
user: root
command: |
# Create a user named `user` with a home directory.
adduser --disabled-password --gecos '' user
# Create a user named `user` with a home directory and Bash as the login shell.
useradd user --create-home --shell /bin/bash
install_tools:
description: Install the tools needed to build and validate the extension.
Expand Down

0 comments on commit 9c0d36b

Please sign in to comment.