Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Pin mongodb-tools to 3.6.4-r0
Browse files Browse the repository at this point in the history
- compatible with MongoDB 3.6
  • Loading branch information
stefanprodan committed Jul 28, 2018
1 parent da88fcb commit 309313d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:3.6
FROM alpine:3.8

ARG BUILD_DATE
ARG VCS_REF
ARG VERSION

ENV MONGODB_TOOLS_VERSION 3.4.4-r2
ENV MONGODB_TOOLS_VERSION 3.6.4-r0
ENV GOOGLE_CLOUD_SDK_VERSION 181.0.0
ENV PATH /root/google-cloud-sdk/bin:$PATH

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL:=/bin/bash

APP_VERSION?=0.9
APP_VERSION?=0.10

# build vars
BUILD_DATE:=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
Expand Down

0 comments on commit 309313d

Please sign in to comment.