We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7ebee commit a59cbffCopy full SHA for a59cbff
4 files changed
Makefile
@@ -1,7 +1,7 @@
1
all: build
2
VERSION_MAJOR ?= 0
3
-VERSION_MINOR ?= 1
4
-VERSION_BUILD ?= 0
+VERSION_MINOR ?= 2
+VERSION_BUILD ?= 1
5
DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR)-$(VERSION_BUILD)
6
TAG?=v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
7
FLAGS=
build.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-make -e REGISTRY=fred78290 -e TAG=v0.2.0 container
+make -e REGISTRY=fred78290 -e TAG=v0.2.1 container
builder/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM golang:1.11.5
+FROM golang:1.12.1
16
LABEL maintainer="Frederic Boltz <frederic.boltz@gmail.com>"
17
18
ENV GOPATH /gopath/
0 commit comments