We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f03f1 commit 08acaf0Copy full SHA for 08acaf0
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ env:
9
10
jobs:
11
linux:
12
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
13
steps:
14
- name: Checkout repo
15
uses: actions/checkout@v4
Dockerfile
@@ -7,7 +7,7 @@
7
8
# Use `ubuntu`, rather than `node`, base image because that is what we generally
# use as a base and so this tests that all necessary deps are installed
-FROM ubuntu:20.04
+FROM ubuntu:24.04
ARG DEBIAN_FRONTEND=noninteractive
ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1
0 commit comments