Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
chore(offchain): bump debian image to bookworm-20230814
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia authored and gligneul committed Aug 17, 2023
1 parent 2666b28 commit 1bc2646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY . /usr/src/app
RUN cargo build --release

# define runtime image
FROM debian:bookworm-20230725-slim as runtime
FROM debian:bookworm-20230814-slim as runtime
RUN addgroup --system --gid 102 cartesi && \
adduser --system --uid 102 --ingroup cartesi --disabled-login --no-create-home --home /nonexistent --gecos "cartesi user" --shell /bin/false cartesi
RUN mkdir -p /var/opt/cartesi
Expand Down

0 comments on commit 1bc2646

Please sign in to comment.