Skip to content

Commit

Permalink
feat: ubuntu bionic -> focal (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnagro authored Jul 7, 2023
1 parent e59a826 commit 1bc6398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:bionic as app
LABEL maintainer="sre@edx.org"
FROM ubuntu:focal as app
MAINTAINER sre@edx.org

# Packages installed:
# git
Expand Down

0 comments on commit 1bc6398

Please sign in to comment.