Skip to content

Commit 1f6d99a

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 38f03f1 commit 1f6d99a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
linux:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout repo
1515
uses: actions/checkout@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Use `ubuntu`, rather than `node`, base image because that is what we generally
99
# use as a base and so this tests that all necessary deps are installed
10-
FROM ubuntu:20.04
10+
FROM ubuntu:24.04
1111

1212
ARG DEBIAN_FRONTEND=noninteractive
1313
ARG APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1

0 commit comments

Comments
 (0)