Skip to content

Commit

Permalink
Bump ubuntu from 20.04 to 22.04
Browse files Browse the repository at this point in the history
Bumps ubuntu from 20.04 to 22.04.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent a5fca35 commit 7193f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Ubuntu as the base image to set up the development environment
FROM ubuntu:20.04 AS dev
FROM ubuntu:22.04 AS dev

# Avoid prompts from apt
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 7193f33

Please sign in to comment.