aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-13 08:44:44 +0100
committerGitHub <noreply@github.com>2023-09-13 08:44:44 +0100
commit4fbede5a54bd493ef90582d14403caf68769f6bb (patch)
tree255a053e0952040cb49f240fce47bfd8b1d884dd /Dockerfile
parentBump crossterm from 0.26.1 to 0.27.0 (#1222) (diff)
downloadatuin-4fbede5a54bd493ef90582d14403caf68769f6bb.zip
Bump debian from bullseye-20230814-slim to bullseye-20230904-slim (#1213)
Bumps debian from bullseye-20230814-slim to bullseye-20230904-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 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 419f7c6b..77315e37 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-20230814-slim AS runtime
+FROM debian:bullseye-20230904-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work