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 ac55108 commit cfa62ddCopy full SHA for cfa62dd
src/Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:latest
2
3
LABEL maintainer="vollborn <oliver.vollborn@gmail.com>"
4
-LABEL version="1.2.0"
+LABEL version="1.2.2"
5
LABEL description="a simple nginx reverse proxy for minecraft servers"
6
7
ENV INITIAL_HOST=""
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get -y upgrade && \
13
14
WORKDIR /opt
15
16
-RUN wget https://nginx.org/download/nginx-1.23.3.tar.gz && \
+RUN wget https://nginx.org/download/nginx-1.23.4.tar.gz && \
17
tar -zxvf nginx-1.*.tar.gz && \
18
cd nginx-1.* && \
19
./configure --prefix=/opt/nginx --user=nginx --group=nginx --with-http_ssl_module --with-ipv6 --with-threads --with-stream --with-stream_ssl_module && \
0 commit comments