Skip to content

Commit

Permalink
Update Terraform & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
strebitz committed Jun 29, 2020
1 parent 6d6cf74 commit 6411b74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

ARG ALPINE_VERSION
ARG ANSIBLE_VERSION
ARG RUBY_VERSION

FROM alpine:${ALPINE_VERSION} as downloader
Expand Down Expand Up @@ -65,7 +64,7 @@ RUN apk add --no-cache --update \
make \
openssh-client \
openssl \
python
python3

RUN ln -s /lib /lib64

Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
DOCKER_IMAGE_OWNER := nephosolutions
DOCKER_IMAGE_NAME := terraform

ALPINE_VERSION := 3.11
GCLOUD_SDK_VERSION := 278.0.0
ALPINE_VERSION := 3.12
GCLOUD_SDK_VERSION := 298.0.0
GIT_CRYPT_VERSION := 0.6.0-r1
RUBY_VERSION := 2.6.5
TERRAFORM_VERSION := 0.12.20
RUBY_VERSION := 2.6.6
TERRAFORM_VERSION := 0.12.28

CACHE_DIR := .cache

Expand Down

0 comments on commit 6411b74

Please sign in to comment.