Skip to content

Commit 528f35f

Browse files
committedNov 20, 2020
chore(golang): bump to golang:1.15
1 parent 7c70f4c commit 528f35f

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,4 +1,4 @@
1-
FROM golang:1.14 as build-deps
1+
FROM quay.io/cdis/golang:1.15 as build-deps
22

33
# Build static binary
44
RUN mkdir -p /go/src/github.com/uc-cdis/ssjdispatcher

‎handlers/configuration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func GetMaxJobConfig() int {
2929
func GetCleanupTime() int {
3030
cleanupTime, err := strconv.Atoi(os.Getenv("CLEANUP_TIME"))
3131
if err != nil {
32-
cleanupTime = 60
32+
cleanupTime = 120
3333
}
3434
return cleanupTime
3535
}

0 commit comments

Comments
 (0)