Skip to content

Commit

Permalink
Merge pull request #7 from valiantlynx/dependabot/docker/ubuntu-22.04
Browse files Browse the repository at this point in the history
Bump ubuntu from 20.04 to 22.04
  • Loading branch information
valiantlynx authored Apr 8, 2024
2 parents 770b148 + 1c748bb commit 52d9e4e
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 52d9e4e

Please sign in to comment.