Skip to content

Commit

Permalink
Merge 2cf840d into ff20282
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 9, 2019
2 parents ff20282 + 2cf840d commit 9bae391
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 @@ -13,7 +13,7 @@
# limitations under the License.

# builder image
FROM golang:1.13.4 as builder
FROM golang:1.13.5 as builder

WORKDIR /github.com/kubernetes-incubator/external-dns
RUN apt-get update && apt-get install -y bzr
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.mini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.13.4 as builder
FROM golang:1.13.5 as builder

WORKDIR /github.com/kubernetes-incubator/external-dns
RUN apt-get update && apt-get install -y bzr
Expand Down

0 comments on commit 9bae391

Please sign in to comment.