Skip to content

Commit

Permalink
Merge pull request #13 from signalsciences/lisa/add-0.47.0-support
Browse files Browse the repository at this point in the history
Added v0.47.0 support
  • Loading branch information
lsmith500 authored Jun 24, 2021
2 parents 52c745d + 3a6d8d6 commit 69f1447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NGINX_INGRESS_VERSION=${NGINX_INGRESS_VERSION:-v0.46.0}
ARG NGINX_INGRESS_VERSION=${NGINX_INGRESS_VERSION:-v0.47.0}
FROM k8s.gcr.io/ingress-nginx/controller:${NGINX_INGRESS_VERSION}
ARG PKGNAME=${PKGNAME:-nginx-module-sigsci-nxo}

Expand Down

0 comments on commit 69f1447

Please sign in to comment.