aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-08 11:18:24 +0100
committerGitHub <noreply@github.com>2024-07-08 11:18:24 +0100
commit78cf3e939d100132807e144e50c46966b5b1cee8 (patch)
tree17be43685525a0251c023d48fb1ae23480dbae65
parentfeat(gui): runbooks that run (#2233) (diff)
downloadatuin-78cf3e939d100132807e144e50c46966b5b1cee8.zip
chore(deps): bump debian (#2239)
Bumps debian from bullseye-20240612-slim to bullseye-20240701-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 dedbc9d4..4f4e953c 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-20240612-slim AS runtime
+FROM debian:bullseye-20240701-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work