Skip to content

Commit

Permalink
feat: upgrade run time docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
RiceAndMeet committed Dec 21, 2023
1 parent 7877578 commit 1aa5a72
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 @@ -33,7 +33,7 @@ RUN --mount=type=ssh if [ "$features" = "default" ]; then \
cargo install --locked --features ${features} --path .; \
fi

FROM debian:bullseye-20231218-slim as runner
FROM debian:12.4-slim as runner
RUN addgroup --system --gid 1001 axelard && adduser --system --uid 1000 --ingroup axelard axelard
RUN mkdir /.tofnd && chown axelard /.tofnd
USER axelard
Expand Down

0 comments on commit 1aa5a72

Please sign in to comment.