We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b221242 commit 195a282Copy full SHA for 195a282
Dockerfile
@@ -8,11 +8,11 @@ FROM ubuntu:16.04
8
MAINTAINER Øyvind Bye Skille <oyvind@byeskille.no>
9
10
# Nginx Version (See: https://nginx.org/en/CHANGES)
11
-ENV NGXVERSION 1.13.10
+ENV NGXVERSION 1.13.12
12
ENV NGXSIGKEY B0F4253373F8F6F510D42178520A9993A1C052F8
13
14
# OpenSSL Version (See: https://www.openssl.org/source/)
15
-ENV OSSLVER 1.1.1-pre4-dev
+ENV OSSLVER 1.1.1-pre5-dev
16
ENV OSSLSIGKEY 0E604491
17
18
# Build as root (we drop privileges later when actually running the container)
0 commit comments