aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-20 07:58:54 +0100
committerGitHub <noreply@github.com>2023-09-20 07:58:54 +0100
commitcea68660fd43ecdefa735f027199000cc6a60aad (patch)
tree943039e965de270ca32c533fada5ba1ea3e93de5
parentAdd connect timeout and overall timeout (#1238) (diff)
downloadatuin-cea68660fd43ecdefa735f027199000cc6a60aad.zip
Bump debian from bullseye-20230904-slim to bullseye-20230919-slim (#1242)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 77315e37..32538a4a 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-20230904-slim AS runtime
+FROM debian:bullseye-20230919-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work