aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-13 14:35:24 +0100
committerGitHub <noreply@github.com>2024-06-13 14:35:24 +0100
commit9b19d83fcb00645e40531a1ac089eb1b7e4ef928 (patch)
treee8f1b56b1564f3990853442a645147d2eed79dd8
parentchore(deps): bump @headlessui/react from 1.7.19 to 2.0.4 in /ui (#2131) (diff)
downloadatuin-9b19d83fcb00645e40531a1ac089eb1b7e4ef928.zip
chore(deps): bump debian (#2129)
Bumps debian from bullseye-20240513-slim to bullseye-20240612-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 12a197c4..c4874ee3 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-20240513-slim AS runtime
+FROM debian:bullseye-20240612-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work