File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.17.7 -buster
1+ FROM golang:1.18.1 -buster
22
33# hadolint ignore=DL3027
44RUN apt-get update \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
66REPOSITORY = sshcommand
77HARDWARE = $(shell uname -m)
88SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
9- BASE_VERSION ?= 0.15 .0
9+ BASE_VERSION ?= 0.16 .0
1010IMAGE_NAME ?= $(MAINTAINER ) /$(REPOSITORY )
1111PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
1212
@@ -150,10 +150,11 @@ release-packagecloud:
150150 @$(MAKE ) release-packagecloud-rpm
151151
152152release-packagecloud-deb : build/deb/$(NAME ) _$(VERSION ) _all.deb
153- package_cloud push $(PACKAGECLOUD_REPOSITORY ) /ubuntu/bionic build/deb/$(NAME ) _$(VERSION ) _all.deb
154- package_cloud push $(PACKAGECLOUD_REPOSITORY ) /ubuntu/focal build/deb/$(NAME ) _$(VERSION ) _all.deb
153+ package_cloud push $(PACKAGECLOUD_REPOSITORY ) /ubuntu/bionic build/deb/$(NAME ) _$(VERSION ) _all.deb
154+ package_cloud push $(PACKAGECLOUD_REPOSITORY ) /ubuntu/focal build/deb/$(NAME ) _$(VERSION ) _all.deb
155+ package_cloud push $(PACKAGECLOUD_REPOSITORY ) /ubuntu/jammy build/deb/$(NAME ) _$(VERSION ) _all.deb
155156 package_cloud push $(PACKAGECLOUD_REPOSITORY ) /debian/stretch build/deb/$(NAME ) _$(VERSION ) _all.deb
156- package_cloud push $(PACKAGECLOUD_REPOSITORY ) /debian/buster build/deb/$(NAME ) _$(VERSION ) _all.deb
157+ package_cloud push $(PACKAGECLOUD_REPOSITORY ) /debian/buster build/deb/$(NAME ) _$(VERSION ) _all.deb
157158 package_cloud push $(PACKAGECLOUD_REPOSITORY ) /debian/bullseye build/deb/$(NAME ) _$(VERSION ) _all.deb
158159 package_cloud push $(PACKAGECLOUD_REPOSITORY ) /raspbian/buster build/deb/$(NAME ) _$(VERSION ) _all.deb
159160 package_cloud push $(PACKAGECLOUD_REPOSITORY ) /raspbian/bullseye build/deb/$(NAME ) _$(VERSION ) _all.deb
Original file line number Diff line number Diff line change 11{
22 "name" : " sshcommand" ,
3- "version" : " 0.15 .0" ,
3+ "version" : " 0.16 .0" ,
44 "description" : " Turn SSH into a thin client specifically for your app" ,
55 "global" : " true" ,
66 "install" : " cp sshcommand /usr/local/bin && chmod +x /usr/local/bin/sshcommand" ,
7- "scripts" : [ " sshcommand" ]
8- }
9-
7+ "scripts" : [
8+ " sshcommand"
9+ ]
10+ }
You can’t perform that action at this time.
0 commit comments