Skip to content

Commit

Permalink
Bump ubuntu from 22.04 to 24.04 in /docker (#1247)
Browse files Browse the repository at this point in the history
* ---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add automated changelog yaml from template for bot PR

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
  • Loading branch information
dependabot[bot] and FishtownBuildBot authored May 21, 2024
1 parent 3237173 commit f454c47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240520-230208.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Bump ubuntu from 22.04 to 24.04 in /docker"
time: 2024-05-20T23:02:08.00000Z
custom:
Author: dependabot[bot]
PR: 1247
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this image does not get published, it is intended for local development only, see `Makefile` for usage
FROM ubuntu:22.04 as base
FROM ubuntu:24.04 as base

# prevent python installation from asking for time zone region
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit f454c47

Please sign in to comment.