Skip to content

Commit 90593d9

Browse files
chore(deps): bump ubuntu from 22.04 to 24.04
Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e827b8d commit 90593d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:experimental
2-
FROM ubuntu:22.04 AS baseline
2+
FROM ubuntu:24.04 AS baseline
33

44
RUN apt-get update && apt-get upgrade -y \
55
&& apt-get install --no-install-recommends -y python3 python3-dev python3-pip curl unzip apt-transport-https ca-certificates gnupg \

0 commit comments

Comments
 (0)