Skip to content

Commit

Permalink
Bump ubuntu from 22.04 to 24.04 in /docker (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent e308e2a commit 86349f0
Showing 1 changed file with 1 addition and 1 deletion.
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 86349f0

Please sign in to comment.