Skip to content

Commit

Permalink
youtube rancher ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbaraldi committed May 19, 2020
1 parent aba4c85 commit 913450c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM golang:1.11
EXPOSE 80
COPY ./bin/hello-server /usr/local/bin/
ENV GOKUBE v5
ENV GOKUBE v55
CMD ["hello-server"]
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
)

const webContent = "dev-ops-ninja:go-api-v7"
const webContent = "dev-ops-ninja:v55"

func main() {
http.HandleFunc("/", helloHandler)
Expand Down

0 comments on commit 913450c

Please sign in to comment.