Skip to content

Commit be07155

Browse files
committed
📦 nginx 1.13.8 with LibreSSL 2.6.4
Bump alpine base image to version 3.7
1 parent 38da3fb commit be07155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM alpine:3.5
1+
FROM alpine:3.7
22

33
LABEL maintainer="nshtg"
44

5-
ENV NGINX_VERSION 1.13.7
6-
ENV LIBRESSL_VERSION 2.6.3
5+
ENV NGINX_VERSION 1.13.8
6+
ENV LIBRESSL_VERSION 2.6.4
77

88
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
99
&& CONFIG="\

0 commit comments

Comments
 (0)