diff options
Diffstat (limited to 'Dockerfile')
| -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-server -FROM debian:bookworm-20260202-slim AS runtime +FROM debian:bookworm-20260421-slim AS runtime LABEL org.opencontainers.image.source="https://github.com/atuinsh/atuin" \ org.opencontainers.image.url="https://atuin.sh" \ org.opencontainers.image.licenses="MIT" |
