Skip to content

Commit

Permalink
Merge pull request #8 from signalsciences/lisa/FBS-3-add-0.44-support
Browse files Browse the repository at this point in the history
Updated to version 0.44.0
  • Loading branch information
lsmith500 authored Mar 11, 2021
2 parents fc8716f + 06648ca commit 4abc988
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.43.0}
ARG NGINX_INGRESS_VERSION=${NGINX_INGRESS_VERSION:-v0.44.0}
FROM k8s.gcr.io/ingress-nginx/controller:${NGINX_INGRESS_VERSION}
ARG PKGNAME=${PKGNAME:-nginx-module-sigsci-nxo}

Expand Down

0 comments on commit 4abc988

Please sign in to comment.