aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-23 20:37:00 +0000
committerGitHub <noreply@github.com>2023-03-23 20:37:00 +0000
commitd1169aee377f8035d9116b8221373e3f5068a9b8 (patch)
tree30265c354192f7561e1bdd6f0f4f68cbfb68d22a /Dockerfile
parentchore: remove tui vendoring (#804) (diff)
downloadatuin-d1169aee377f8035d9116b8221373e3f5068a9b8.zip
Bump debian from bullseye-20230227-slim to bullseye-20230320-slim (#802)
Bumps debian from bullseye-20230227-slim to bullseye-20230320-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 8207ff88..9125eea0 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-20230227-slim AS runtime
+FROM debian:bullseye-20230320-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
RUN apt update && apt install ca-certificates -y # so that webhooks work