Skip to content

Commit 4f43f7e

Browse files
committed
chore: use git instead of gitmeta
Also bump Go version for the build. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 7745285 commit 4f43f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile-upstream:1.1.2-experimental
22

3-
FROM golang:1.13.1-alpine AS base
3+
FROM golang:1.13.6-alpine AS base
44
ENV GO111MODULE on
55
ENV GOPROXY https://proxy.golang.org
66
ENV CGO_ENABLED 0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
REGISTRY ?= docker.io
22
USERNAME ?= autonomy
3-
TAG = $(shell gitmeta image tag)
3+
TAG ?= $(shell git describe --tag --always --dirty)
44
REGISTRY_AND_USERNAME := $(REGISTRY)/$(USERNAME)
55
RUN_TESTS ?= TestIntegration
66

0 commit comments

Comments
 (0)