Skip to content

Commit

Permalink
Merge branch 'chore/update-readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed May 16, 2024
2 parents eb67dfe + 6ac702a commit b86b6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY . .
# Build project
RUN cargo build --release --bin uni-resolver-driver-iota

FROM debian:bullseye-slim AS runtime
FROM debian:bookworm-slim AS runtime
WORKDIR /app
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends openssl ca-certificates \
Expand Down

0 comments on commit b86b6b7

Please sign in to comment.