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

Commit

Permalink
Merge pull request #124 from stefanprodan/release-v1.3
Browse files Browse the repository at this point in the history
Release v1.3.0
  • Loading branch information
stefanprodan authored Nov 3, 2020
2 parents d9865ee + 306daf5 commit 8f36c6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13
FROM golang:1.15

ARG VERSION

Expand All @@ -12,15 +12,15 @@ RUN CGO_ENABLED=0 GOOS=linux \
-a -installsuffix cgo \
-o mgob github.com/stefanprodan/mgob/cmd/mgob

FROM alpine:3.11
FROM alpine:3.12

ARG BUILD_DATE
ARG VCS_REF
ARG VERSION

ENV MONGODB_TOOLS_VERSION 4.2.1-r1
ENV GNUPG_VERSION 2.2.19-r0
ENV GOOGLE_CLOUD_SDK_VERSION 315.0.0
ENV MONGODB_TOOLS_VERSION 4.2.3-r1
ENV GNUPG_VERSION 2.2.23-r0
ENV GOOGLE_CLOUD_SDK_VERSION 316.0.0
ENV AZURE_CLI_VERSION 2.13.0
ENV AWS_CLI_VERSION 1.18.159
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?=1.1
APP_VERSION?=1.3

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

0 comments on commit 8f36c6c

Please sign in to comment.