Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
- #38 @dependabot chore(deps): bump golang from 1.17.7-buster to 1.17.8-buster
- #39 @josegonzalez Publish armhf package to ubuntu/focal
- #43 @dependabot chore(deps): bump golang from 1.17.8-buster to 1.18.1-buster
- #44 @dependabot chore(deps): bump github.com/docker/docker from 20.10.12+incompatible to 20.10.15+incompatible
- #45 @josegonzalez Publish package for Ubuntu 22.04
- #46 @josegonzalez Update go modules
  • Loading branch information
josegonzalez committed May 10, 2022
1 parent ed333e5 commit 4f14be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
REPOSITORY = docker-image-labeler
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
BASE_VERSION ?= 0.4.1
BASE_VERSION ?= 0.5.0
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

Expand Down

0 comments on commit 4f14be4

Please sign in to comment.