We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d01fe commit c9757a5Copy full SHA for c9757a5
1 file changed
dg_deployments/Dockerfile.dagster-k8s
@@ -16,7 +16,7 @@ FROM python:3.13-slim
16
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
17
18
# renovate: datasource=github-releases depName=dagster-io/dagster
19
-ARG DAGSTER_VERSION=1.13.2
+ARG DAGSTER_VERSION=1.13.3
20
21
# Set working directory
22
WORKDIR /opt/dagster/app
0 commit comments