Skip to content

Commit 5bacef4

Browse files
build(deps): bump python from 3.12-slim-bookworm to 3.13-slim-bookworm
Bumps python from 3.12-slim-bookworm to 3.13-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a369c3 commit 5bacef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66
RUN bun install tailwindcss@next @tailwindcss/cli@next
77
CMD ["bun", "x", "tailwindcss/cli@next", "-i", "css/app.css", "-o", "kockatykalendar/web/static/app.css", "--watch"]
88

9-
FROM python:3.12-slim-bookworm
9+
FROM python:3.13-slim-bookworm
1010
WORKDIR /app
1111
RUN useradd --create-home appuser
1212

0 commit comments

Comments
 (0)