Skip to content
Merged
Show file tree
Hide file tree
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
@@ -1,4 +1,4 @@
FROM jumpserver/koko-base:20251205_094405 AS stage-build
FROM jumpserver/koko-base:20251229_100745 AS stage-build

WORKDIR /opt/koko
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ WORKDIR /opt
ARG HELM_VERSION=v3.17.4
ARG KUBECTL_VERSION=v1.32.9
ARG CHECK_VERSION=v1.0.5
ARG USQL_VERSION=v0.1.8
ARG USQL_VERSION=v0.1.9


RUN set -ex \
Expand Down