Skip to content

Commit

Permalink
Upgrade ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
chintan8saaras committed May 4, 2021
1 parent c052e4c commit 0e954c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packaging/enroute-cp/Dockerfile.gw
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@
# (3.2.1) Migration script runs hasura temporarily and then kills it.
# (3.3) Start hasura

FROM ubuntu:18.04
FROM ubuntu:groovy-20210325.1

WORKDIR /bin

# 1.1
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y software-properties-common
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 3B4FE6ACC0B21F32
RUN add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main"
RUN apt-get update && apt-get install -y gnupg2 libicu55
RUN apt-key adv --no-tty --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main" > /etc/apt/sources.list.d/pgdg.list
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ groovy-pgdg main" > /etc/apt/sources.list.d/pgdg.list
RUN apt-get update && apt-get install -y software-properties-common postgresql-11 postgresql-client-11 postgresql-contrib-11

#1.2
Expand Down

0 comments on commit 0e954c8

Please sign in to comment.