Skip to content

Commit

Permalink
Upgrade to NGINX 1.19 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
kierenevans authored Oct 23, 2020
1 parent e0b20ee commit 7c91dda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_base/docker/image/nginx/Dockerfile.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM {{ @('docker.repository') ~ ':' ~ @('app.version') }}-console as console
{% endif %}

FROM nginx:1.17-alpine
FROM nginx:1.19-alpine
COPY root /

{% if @('app.build') == 'static' %}
Expand Down
2 changes: 1 addition & 1 deletion src/_base/docker/image/relay/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM nginx:1.17-alpine
FROM nginx:1.19-alpine
COPY root /
2 changes: 1 addition & 1 deletion src/_base/docker/image/tls-offload/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM nginx:1.17-alpine
FROM nginx:1.19-alpine
COPY root /

0 comments on commit 7c91dda

Please sign in to comment.