Skip to content

Commit

Permalink
Merge pull request #13 from dokku/master
Browse files Browse the repository at this point in the history
Release 0.4.2
  • Loading branch information
josegonzalez authored Mar 6, 2022
2 parents 8ff7aa0 + eaff831 commit a5753e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.1
BASE_VERSION ?= 0.4.2
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

Expand Down
2 changes: 1 addition & 1 deletion dokku-update
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ run-update() {
yay -Syu docker-image-labeler dokku nginx plugn sshcommand
fi
;;
debian | ubuntu)
debian | ubuntu | raspbian)
apt-get update -qq >/dev/null

if [ "$SYSTEM_UPDATES" == true ]; then
Expand Down

0 comments on commit a5753e0

Please sign in to comment.