Skip to content

Commit

Permalink
(FFM-6483) Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
conormurray95 committed Jan 17, 2023
1 parent b71c20d commit 7ce485b
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
Expand Up @@ -27,12 +27,12 @@ FROM ubuntu:20.04 as pushpin
RUN \
apt-get update && \
apt-get install -y apt-transport-https software-properties-common && \
echo deb https://fanout.jfrog.io/artifactory/debian fanout-bionic main \
echo deb https://fanout.jfrog.io/artifactory/debian fanout-focal main \
| tee /etc/apt/sources.list.d/fanout.list && \
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys \
EA01C1E777F95324

ENV PUSHPIN_VERSION 1.33.1-1~bionic1
ENV PUSHPIN_VERSION 1.33.1-1~focal1

# Install Pushpin
RUN \
Expand Down

0 comments on commit 7ce485b

Please sign in to comment.