Skip to content

Commit cfa62dd

Browse files
committed
Update version
1 parent ac55108 commit cfa62dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:latest
22

33
LABEL maintainer="vollborn <oliver.vollborn@gmail.com>"
4-
LABEL version="1.2.0"
4+
LABEL version="1.2.2"
55
LABEL description="a simple nginx reverse proxy for minecraft servers"
66

77
ENV INITIAL_HOST=""
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get -y upgrade && \
1313

1414
WORKDIR /opt
1515

16-
RUN wget https://nginx.org/download/nginx-1.23.3.tar.gz && \
16+
RUN wget https://nginx.org/download/nginx-1.23.4.tar.gz && \
1717
tar -zxvf nginx-1.*.tar.gz && \
1818
cd nginx-1.* && \
1919
./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

Comments
 (0)