We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03967e2 commit 5ad8dd2Copy full SHA for 5ad8dd2
Dockerfile
@@ -116,11 +116,11 @@ RUN apk add --no-cache \
116
bash=~5 \
117
# pre-commit-hooks deps: https://github.com/pre-commit/pre-commit-hooks
118
musl-dev=~1 \
119
- gcc=~12 \
+ gcc=~14 \
120
# entrypoint wrapper deps
121
su-exec=~0.2 \
122
# ssh-client for external private module in ssh
123
- openssh-client=~9
+ openssh-client=~10
124
125
# Copy tools
126
COPY --from=builder \
0 commit comments