Skip to content

Commit 94ab0b0

Browse files
committed
chore(deps): update debian docker tag to v12.7
1 parent 829747d commit 94ab0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
55
--mount=type=cache,target=/usr/src/rsacracker/target \
66
cargo install --path .
77

8-
FROM debian:12.4-slim
8+
FROM debian:12.7-slim
99
RUN apt-get update && apt-get install -y libssl-dev && rm -rf /var/lib/apt/lists/*
1010
COPY --from=builder /usr/local/cargo/bin/rsacracker /usr/local/bin/rsacracker
1111
WORKDIR /data

0 commit comments

Comments
 (0)