Skip to content

Commit 913450c

Browse files
youtube rancher ci/cd
1 parent aba4c85 commit 913450c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM golang:1.11
22
EXPOSE 80
33
COPY ./bin/hello-server /usr/local/bin/
4-
ENV GOKUBE v5
4+
ENV GOKUBE v55
55
CMD ["hello-server"]

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"log"
77
)
88

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

1111
func main() {
1212
http.HandleFunc("/", helloHandler)

0 commit comments

Comments
 (0)