diff --git a/t/Dockerfile b/t/Dockerfile index bb7001a..141772f 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-stretch:latest # is updated with the current date. It will force refresh of all # of the base images and things like `apt-get update` won't be using # old cached versions when the Dockerfile is built. -ENV REFRESHED_AT 2018-03-20 +ENV REFRESHED_AT 2019-02-14 RUN apt-get update && apt-get install --assume-yes git make gcc dpkg-dev