summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-05 09:34:16 +0000
committerGitHub <noreply@github.com>2024-02-05 09:34:16 +0000
commit8372abb6132e18767e55f87152cc3ac45bd0205b (patch)
tree586a5c57eb67856b1f16245f89ab33ef859b8bcb
parent6a2576fc5bb2b60df3ad0563d594d6742e27532b (diff)
chore(deps): bump debian (#1673)
Bumps debian from bullseye-20240110-slim to bullseye-20240130-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3b800776..c29535af 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-20240110-slim AS runtime
+FROM debian:bullseye-20240130-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work