aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-30 16:47:24 +0100
committerGitHub <noreply@github.com>2024-07-30 16:47:24 +0100
commitdee8ece26381691561e04eeff7341ffdd9fda163 (patch)
treed9aa345396e5ff4c47e3dedd88f6644b5e455209 /Dockerfile
parentchore(deps): bump tonic from 0.12.0 to 0.12.1 (#2322) (diff)
downloadatuin-dee8ece26381691561e04eeff7341ffdd9fda163.zip
chore(deps): bump debian (#2320)
Bumps debian from bullseye-20240701-slim to bullseye-20240722-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>
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4f4e953c..927171a8 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-20240701-slim AS runtime
+FROM debian:bullseye-20240722-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work