diff options
Diffstat (limited to 'tests/instrumentation/docker/maddy/Dockerfile')
-rw-r--r-- | tests/instrumentation/docker/maddy/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/instrumentation/docker/maddy/Dockerfile b/tests/instrumentation/docker/maddy/Dockerfile index 341e398..a110e16 100644 --- a/tests/instrumentation/docker/maddy/Dockerfile +++ b/tests/instrumentation/docker/maddy/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /root RUN apt-get update && apt-get install -y openssl && \ openssl req -nodes -new -x509 -subj "/C=DW/ST=Sto/L=Ankh-Morpork /O=Unseen University/OU=Library/CN=Ook/emailAddress=ook@ook.ook" -keyout privkey.pem -out fullchain.pem -FROM foxcpp/maddy:0.6.2 +FROM foxcpp/maddy:0.7.0 COPY --from=builder /root/privkey.pem /data/tls/privkey.pem COPY --from=builder /root/fullchain.pem /data/tls/fullchain.pem |