Skip to content

Commit

Permalink
chore(containers): Upgrade the bundled tools
Browse files Browse the repository at this point in the history
  • Loading branch information
plumpy committed Jan 27, 2020
1 parent 00c4ac8 commit 0c5ebcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM alpine:3.11
LABEL maintainer="delivery-engineering@netflix.com"
COPY --from=halyard.compile /compiled_sources/halyard-web/build/install/halyard /opt/halyard

ENV KUBECTL_RELEASE=1.12.7
ENV AWS_BINARY_RELEASE_DATE=2019-03-27
ENV AWS_CLI_VERSION=1.16.208
ENV KUBECTL_RELEASE=1.14.10
ENV AWS_BINARY_RELEASE_DATE=2019-08-22
ENV AWS_CLI_VERSION=1.17.9

RUN apk --no-cache add --update \
bash \
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM ubuntu:bionic
LABEL maintainer="delivery-engineering@netflix.com"
COPY --from=halyard.compile /compiled_sources/halyard-web/build/install/halyard /opt/halyard

ENV KUBECTL_RELEASE=1.12.7
ENV AWS_BINARY_RELEASE_DATE=2019-03-27
ENV AWS_CLI_VERSION=1.16.208
ENV KUBECTL_RELEASE=1.14.10
ENV AWS_BINARY_RELEASE_DATE=2019-08-22
ENV AWS_CLI_VERSION=1.17.9

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down

0 comments on commit 0c5ebcf

Please sign in to comment.