Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f454c47

Browse files
Bump ubuntu from 22.04 to 24.04 in /docker (#1247)
* --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot <[email protected]>
1 parent 3237173 commit f454c47

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: "Dependencies"
2+
body: "Bump ubuntu from 22.04 to 24.04 in /docker"
3+
time: 2024-05-20T23:02:08.00000Z
4+
custom:
5+
Author: dependabot[bot]
6+
PR: 1247

docker/dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# this image does not get published, it is intended for local development only, see `Makefile` for usage
2-
FROM ubuntu:22.04 as base
2+
FROM ubuntu:24.04 as base
33

44
# prevent python installation from asking for time zone region
55
ARG DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)