Skip to content

Commit

Permalink
Update docker to v20.10.18 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarojasm95 authored Sep 21, 2022
1 parent 24d19d2 commit d734447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN curl -L \
-o /usr/local/bin/aws-iam-authenticator && \
chmod 755 /usr/local/bin/aws-iam-authenticator

ARG DOCKER_VERSION=20.10.17
ARG DOCKER_VERSION=20.10.18
RUN curl -fsSL https://get.docker.com -o /tmp/get-docker.sh && \
VERSION=$DOCKER_VERSION sh /tmp/get-docker.sh

Expand Down
2 changes: 1 addition & 1 deletion aladdin/lib/k8s/ingress.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def build_ingress(services, dns_suffix, dual_dns_prefix_annotation_name, ingress
ingress.spec.rules.append(ingress_rule)

if not ingress.spec.rules:
ingress.spec.backend = client.V1IngressBackend(
ingress.spec.default_backend = client.V1IngressBackend(
service=client.V1IngressServiceBackend(
port=client.V1ServiceBackendPort(
number=80,
Expand Down

0 comments on commit d734447

Please sign in to comment.