Skip to content

Commit

Permalink
chore: update package versions for security and performance improvements
Browse files Browse the repository at this point in the history
- Update the version of `ca-certificates` to `20220614-r4`
- Update the version of `git` to `2.38.4-r1`

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Apr 4, 2023
1 parent 996b5fe commit eb8bf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL org.opencontainers.image.source=/~https://github.com/appleboy/CodeGPT
LABEL org.opencontainers.image.description="A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI."
LABEL org.opencontainers.image.licenses=MIT

RUN apk add --no-cache ca-certificates git && \
RUN apk add --no-cache ca-certificates=20220614-r4 git=2.38.4-r1 && \
rm -rf /var/cache/apk/*

COPY release/${TARGETOS}/${TARGETARCH}/codegpt /bin/
Expand Down

0 comments on commit eb8bf3b

Please sign in to comment.