Skip to content

Commit

Permalink
Bump debian from bullseye-20230904-slim to bullseye-20230919-slim (#1242
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] committed Sep 20, 2023
1 parent 351b3e8 commit cea6866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
RUN cargo build --release --bin atuin

FROM debian:bullseye-20230904-slim AS runtime
FROM debian:bullseye-20230919-slim AS runtime

RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work
Expand Down

1 comment on commit cea6866

@vercel
Copy link

@vercel vercel bot commented on cea6866 Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

atuin-docs – ./

atuin-docs-git-main-atuin.vercel.app
atuin-docs-atuin.vercel.app
atuin-docs.vercel.app

Please sign in to comment.