Skip to content

Commit

Permalink
Merge pull request #4 from codefresh-io/CR-914
Browse files Browse the repository at this point in the history
Cr 914
  • Loading branch information
Oleg Sucharevich authored Jan 13, 2021
2 parents 5d89e47 + 8a1443e commit d09e409
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go mod download
COPY . .
RUN env CGO_ENABLED=0 go build -ldflags="-s -w"

FROM alpine:3.8
FROM alpine:3.12.3

RUN apk add --update ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.2
0.13.3
2 changes: 1 addition & 1 deletion codefresh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ steps:
- finished
branch:
only:
- master
- master

0 comments on commit d09e409

Please sign in to comment.