Skip to content

Commit b86b6b7

Browse files
committed
Merge branch 'chore/update-readme'
2 parents eb67dfe + 6ac702a commit b86b6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY . .
1515
# Build project
1616
RUN cargo build --release --bin uni-resolver-driver-iota
1717

18-
FROM debian:bullseye-slim AS runtime
18+
FROM debian:bookworm-slim AS runtime
1919
WORKDIR /app
2020
RUN apt-get update -y \
2121
&& apt-get install -y --no-install-recommends openssl ca-certificates \

0 commit comments

Comments
 (0)