Skip to content

Commit c1ea9b1

Browse files
chore(deps): bump debian from 13.4-slim to 13.5-slim (#45)
Bumps debian from 13.4-slim to 13.5-slim. --- updated-dependencies: - dependency-name: debian dependency-version: 13.5-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e0d2c5 commit c1ea9b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder stage
2-
FROM debian:13.4-slim@sha256:109e2c65005bf160609e4ba6acf7783752f8502ad218e298253428690b9eaa4b AS builder
2+
FROM debian:13.5-slim@sha256:b6e2a152f22a40ff69d92cb397223c906017e1391a73c952b588e51af8883bf8 AS builder
33

44
WORKDIR /app
55

@@ -42,7 +42,7 @@ COPY src/bot ./src/bot
4242
RUN bin/mise run prod:build
4343

4444
# Production stage — only needs the compiled binary, no Bun or node_modules required
45-
FROM debian:13.4-slim@sha256:109e2c65005bf160609e4ba6acf7783752f8502ad218e298253428690b9eaa4b AS production
45+
FROM debian:13.5-slim@sha256:b6e2a152f22a40ff69d92cb397223c906017e1391a73c952b588e51af8883bf8 AS production
4646

4747
WORKDIR /app
4848

0 commit comments

Comments
 (0)