summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-01 09:01:20 +0000
committerGitHub <noreply@github.com>2023-11-01 09:01:20 +0000
commit8ac090a8107b7f094fd463420cee863cd2e9984b (patch)
tree69deb88ec96ed75f72575338d054fab9f6de0047
parente83bc6d632f208711617572a86d74a89283756ab (diff)
Bump debian from bullseye-20231009-slim to bullseye-20231030-slim (#1366)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7a8d4b7b..0f2e681b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
RUN cargo build --release --bin atuin
-FROM debian:bullseye-20231009-slim AS runtime
+FROM debian:bullseye-20231030-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work