We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77e0b5d + 5c5d600 commit 8281b06Copy full SHA for 8281b06
Dockerfile.build
@@ -1,4 +1,4 @@
1
-FROM golang:1.17.2-buster
+FROM golang:1.17.3-buster
2
3
# hadolint ignore=DL3027
4
RUN apt-get update \
Makefile
@@ -5,7 +5,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
5
REPOSITORY = dokku-event-listener
6
HARDWARE = $(shell uname -m)
7
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
8
-BASE_VERSION ?= 0.10.0
+BASE_VERSION ?= 0.10.1
9
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
10
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
11
0 commit comments