Skip to content

Commit eb8bf3b

Browse files
committed
chore: update package versions for security and performance improvements
- 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>
1 parent 996b5fe commit eb8bf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL org.opencontainers.image.source=https://github.com/appleboy/CodeGPT
1212
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."
1313
LABEL org.opencontainers.image.licenses=MIT
1414

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

1818
COPY release/${TARGETOS}/${TARGETARCH}/codegpt /bin/

0 commit comments

Comments
 (0)