Skip to content

Commit 8281b06

Browse files
authored
Merge pull request #40 from dokku/master
Release 0.10.1
2 parents 77e0b5d + 5c5d600 commit 8281b06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17.2-buster
1+
FROM golang:1.17.3-buster
22

33
# hadolint ignore=DL3027
44
RUN apt-get update \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
55
REPOSITORY = dokku-event-listener
66
HARDWARE = $(shell uname -m)
77
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
8-
BASE_VERSION ?= 0.10.0
8+
BASE_VERSION ?= 0.10.1
99
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
1010
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
1111

0 commit comments

Comments
 (0)