We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30dd57d commit bc48313Copy full SHA for bc48313
crates/cli/Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /landscape2/crates/cli
9
RUN cargo build --release
10
11
# Final stage
12
-FROM alpine:3.21.0
+FROM alpine:3.21.2
13
RUN addgroup -S landscape2 && adduser -S landscape2 -G landscape2
14
RUN apk --no-cache add bash chromium font-ubuntu
15
USER landscape2
0 commit comments