Skip to content

Commit ebb8120

Browse files
pcncdarora
authored andcommitted
chore: use ubuntu:bionic as base layer instead of ppa
1 parent cb6e677 commit ebb8120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-u18

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ RUN --mount=type=cache,target=/ccache,from=public.ecr.aws/supabase/postgres:ccac
974974
FROM scratch as buildcache
975975
COPY --from=stats /tmp /
976976

977-
FROM ppa as pg_binary_collection_base
977+
FROM ubuntu:bionic as pg_binary_collection_base
978978
ARG postgresql_major
979979
ARG postgresql_release
980980
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)