We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3a861 commit c9686a3Copy full SHA for c9686a3
1 file changed
Dockerfile
@@ -22,6 +22,6 @@ COPY Cargo.toml Cargo.lock ./
22
COPY src/ ./src/
23
RUN cargo build --release --target x86_64-unknown-linux-musl
24
25
-FROM alpine:3.23
+FROM alpine:3.23.4
26
COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/github-profile-toolbox /usr/local/bin/
27
ENTRYPOINT ["github-profile-toolbox"]
0 commit comments