You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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."
13
13
LABEL org.opencontainers.image.licenses=MIT
14
14
15
-
RUN apk add --no-cache ca-certificates git && \
15
+
RUN apk add --no-cache ca-certificates=20220614-r4 git=2.38.4-r1 && \
0 commit comments