Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to support 9.3.0 without Cucumber vulnerabilities #163

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 21, 2024

  1. Update base image to use the latest version of Ubuntu.

    Changed the base image in the Dockerfile from Ubuntu 20.04 to the latest stable version available.
    coty committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a7969eb View commit details
    Browse the repository at this point in the history
  2. Update font installation in setup script

    - Changed font package name for Ubuntu installation to match new naming convention.
    coty committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    971a7ff View commit details
    Browse the repository at this point in the history
  3. Update Gradle version to 7.6.4 in setup script

    - Updated Gradle version from 5.4.1 to 7.6.4 in the setup script for installation via download link.
    coty committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    73c3d48 View commit details
    Browse the repository at this point in the history
  4. Add Mozilla Firefox repository and install Firefox via setup script

    Added commands to add Mozilla Firefox repository key, source, preferences, and updated the package list before installing Firefox in the setup script.
    coty committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2efaddf View commit details
    Browse the repository at this point in the history