diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-01 09:01:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-01 09:01:20 +0000 |
| commit | 8ac090a8107b7f094fd463420cee863cd2e9984b (patch) | |
| tree | 69deb88ec96ed75f72575338d054fab9f6de0047 | |
| parent | fix(zsh): Only trigger up-arrow on first line (#1359) (diff) | |
| download | atuin-8ac090a8107b7f094fd463420cee863cd2e9984b.zip | |
Bump debian from bullseye-20231009-slim to bullseye-20231030-slim (#1366)
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json COPY . . RUN cargo build --release --bin atuin -FROM debian:bullseye-20231009-slim AS runtime +FROM debian:bullseye-20231030-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
