Skip to content

Commit 5ad8dd2

Browse files
committed
Bump docker image versions
1 parent 03967e2 commit 5ad8dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ RUN apk add --no-cache \
116116
bash=~5 \
117117
# pre-commit-hooks deps: https://github.com/pre-commit/pre-commit-hooks
118118
musl-dev=~1 \
119-
gcc=~12 \
119+
gcc=~14 \
120120
# entrypoint wrapper deps
121121
su-exec=~0.2 \
122122
# ssh-client for external private module in ssh
123-
openssh-client=~9
123+
openssh-client=~10
124124

125125
# Copy tools
126126
COPY --from=builder \

0 commit comments

Comments
 (0)