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 c926f45 commit 3bad9bbCopy full SHA for 3bad9bb
Dockerfile
@@ -7,7 +7,7 @@ RUN go mod download
7
COPY . .
8
RUN env CGO_ENABLED=0 go build -ldflags="-s -w"
9
10
-FROM debian:bookworm-20250811-slim
+FROM debian:bookworm-20250908-slim
11
RUN adduser --gecos "" --disabled-password --home /home/cfu --shell /bin/bash cfu
12
USER cfu
13
COPY --from=build --chown=cfu:cfu /pikolo/pikolo /usr/local/bin
VERSION
@@ -1 +1 @@
1
-0.14.7
+0.14.8
0 commit comments