Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ENTRYPOINT ["kloudlite-git-gateway"]
# agent builds per workspace and mounts read-only, so this image stays stock apart from the above.
# Runtime steps that depend on mounts (chown of the volume, seeding rc files, exec sshd) live in
# `k8s::prelude`, not here.
FROM alpine:3.20 AS workspace
FROM alpine:3.24 AS workspace
RUN apk add --no-cache libstdc++ libgcc \
&& mkdir -p /var/empty \
&& adduser -D -u 1000 -s /nix/profile/current/bin/zsh kl \
Expand Down
Loading