Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:20.19.6-bookworm as node
FROM python:3.14.0-bookworm as python
FROM python:3.14.3-bookworm as python
FROM koalaman/shellcheck:v0.11.0 as shellcheck
FROM mvdan/shfmt:v3.12.0 as shfmt
FROM hadolint/hadolint:v2.14.0 as hadolint
Expand Down