Merge pull request #290 from aledbf/update-nginx
Update nginx version in ingress controller to 1.11.10
This commit is contained in:
commit
e603066d92
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM gcr.io/google_containers/nginx-slim:0.13
|
||||
FROM gcr.io/google_containers/nginx-slim:0.14
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
|
||||
diffutils \
|
||||
|
|
Loading…
Reference in a new issue