We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff7518 commit 2efcbedCopy full SHA for 2efcbed
clotributor-tracker/Dockerfile
@@ -10,7 +10,7 @@ WORKDIR /clotributor/clotributor-tracker
10
RUN cargo build --release
11
12
# Final stage
13
-FROM alpine:3.21.0
+FROM alpine:3.21.2
14
RUN apk --no-cache add ca-certificates && addgroup -S clotributor && adduser -S clotributor -G clotributor
15
USER clotributor
16
WORKDIR /home/clotributor
0 commit comments