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.4.4-r2
Browse files Browse the repository at this point in the history
- compatible with MongoDB 3.4
  • Loading branch information
stefanprodan committed Jul 28, 2018
1 parent ad9126e commit da88fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG BUILD_DATE
ARG VCS_REF
ARG VERSION

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

Expand All @@ -17,7 +18,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.version=$VERSION \
org.label-schema.schema-version="1.0"

RUN apk add --no-cache mongodb-tools ca-certificates
RUN apk add --no-cache ca-certificates mongodb-tools=${MONGODB_TOOLS_VERSION}
ADD https://dl.minio.io/client/mc/release/linux-amd64/mc /usr/bin
RUN chmod u+x /usr/bin/mc

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.8
APP_VERSION?=0.9

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

0 comments on commit da88fcb

Please sign in to comment.