Skip to content

Commit

Permalink
Update the PG docker build to use Ubuntu 24.04.
Browse files Browse the repository at this point in the history
The unit tests use this image.  It should also use the version of Ubuntu
that everything else is using now.
  • Loading branch information
drgrice1 committed Oct 29, 2024
1 parent b6f45ee commit 9d19e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pg.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN true
Expand Down

0 comments on commit 9d19e33

Please sign in to comment.