Skip to content

Commit

Permalink
Merge pull request #12 from codefresh-io/CR-14104
Browse files Browse the repository at this point in the history
CR-14104
  • Loading branch information
kim-codefresh authored Sep 1, 2022
2 parents df3a45c + c19aee4 commit aedbd9d
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
Expand Up @@ -10,7 +10,7 @@ RUN go mod download
COPY . .
RUN env CGO_ENABLED=0 go build -ldflags="-s -w"

FROM alpine:latest
FROM alpine:3.16

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.4
0.13.5

0 comments on commit aedbd9d

Please sign in to comment.