Skip to content

Commit

Permalink
Merge pull request #291 from netlogix/dependabot/docker/proxy/main/ng…
Browse files Browse the repository at this point in the history
…inx-1.27.0
  • Loading branch information
saschanowak authored Jun 25, 2024
2 parents 801eba4 + 3b5c9f2 commit 110c9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# Adding third-party modules to nginx official image
# SEE https://github.com/nginxinc/docker-nginx/tree/master/modules
FROM nginx:1.26.0 as builder
FROM nginx:1.27.0 as builder

ENV ENABLED_MODULES="ndk headers-more lua subs-filter geoip2"

Expand Down Expand Up @@ -69,7 +69,7 @@ RUN set -ex \
done \
&& echo "BUILT_MODULES=\"$BUILT_MODULES\"" > /tmp/packages/modules.env

FROM nginx:1.26.0
FROM nginx:1.27.0
ENV TZ="Europe/Berlin"
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

Expand Down

0 comments on commit 110c9a8

Please sign in to comment.