Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
buger authored Jan 23, 2019
1 parent 4f4bda7 commit df85e20
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,7 +1,7 @@
FROM debian:jessie-slim

ENV GRPCVERSION 1.7.0
ENV TYKVERSION 2.6.3
ENV TYKVERSION 2.7.5
ENV TYKLANG ""

ENV TYKLISTENPORT 8080
Expand Down Expand Up @@ -31,7 +31,7 @@ RUN apt-get update \
# The application RUN command is separated from the dependencies to enable app updates to use docker cache for the deps
RUN echo "deb https://packagecloud.io/tyk/tyk-gateway/debian/ jessie main" | tee /etc/apt/sources.list.d/tyk_tyk-gateway.list \
&& apt-get update \
&& apt-get install -y tyk-gateway=$TYKVERSION \
&& apt-get install --allow-unauthenticated -f --force-yes -y tyk-gateway=$TYKVERSION \
&& rm -rf /var/lib/apt/lists/*

COPY ./tyk.standalone.conf /opt/tyk-gateway/tyk.conf
Expand Down

0 comments on commit df85e20

Please sign in to comment.