From 663b2dc1702d1da10f7764682ca86ad7b9b8a286 Mon Sep 17 00:00:00 2001 From: Enderson Maia Date: Fri, 28 Jul 2023 09:53:30 +0100 Subject: [PATCH] chore(offchain): bump debian baseimage version to 20230725 release --- offchain/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offchain/Dockerfile b/offchain/Dockerfile index f47f21e8..748ea416 100644 --- a/offchain/Dockerfile +++ b/offchain/Dockerfile @@ -34,7 +34,7 @@ COPY . /usr/src/app RUN cargo build --release # define runtime image -FROM debian:bookworm-20230612-slim as runtime +FROM debian:bookworm-20230725-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