aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-05 18:53:12 +0000
committerGitHub <noreply@github.com>2023-03-05 18:53:12 +0000
commitdf16a03cb630644b1dd5705ff0a89149b20f3d08 (patch)
tree58a4714a5f71b732625ae079fd6128c6cacf5789
parentfeat: add common default keybindings (#719) (diff)
downloadatuin-df16a03cb630644b1dd5705ff0a89149b20f3d08.zip
Bump debian from bullseye-20230208-slim to bullseye-20230227-slim (#744)
Bumps debian from bullseye-20230208-slim to bullseye-20230227-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 03717d96..452e5262 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-20230208-slim AS runtime
+FROM debian:bullseye-20230227-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
WORKDIR app