Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
- #27 @josegonzalez: chore: remove use of deprecated method for setting ci output values
- #28 @josegonzalez: feat: add dependabot support
- #29 @dependabot: chore(deps): bump luizm/action-sh-checker from 0.3.0 to 0.7.0
- #30 @dependabot: chore(deps): bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0
- #31 @dependabot: chore(deps): bump actions/checkout from 2 to 3
- #32 @dependabot: chore(deps): bump hadolint/hadolint-action from 1.6.0 to 3.1.0
- #33 @dependabot: chore(deps): bump ibiqlik/action-yamllint from 3.0.4 to 3.1.1
- #34 @dependabot: chore(deps): bump actions/upload-artifact from 2 to 3
- #35 @dependabot: chore(deps): bump golang from 1.14.1-buster to 1.20.4-buster
- #37 @dependabot: chore(deps): bump golang from 1.20.4-buster to 1.20.5-buster
- #38 @Coffee2CodeNL: Add Bookworm Support
  • Loading branch information
josegonzalez committed Aug 6, 2023
1 parent dafe434 commit 9e26824
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
REPOSITORY = dokku-update
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
BASE_VERSION ?= 0.6.0
BASE_VERSION ?= 0.7.0
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

Expand Down

0 comments on commit 9e26824

Please sign in to comment.