diff --git a/backend/Dockerfile.auth-daemon b/backend/Dockerfile.auth-daemon index f850ac541..b63f9d1f5 100644 --- a/backend/Dockerfile.auth-daemon +++ b/backend/Dockerfile.auth-daemon @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.96.0-bookworm AS build +FROM docker.io/library/rust:1.97.0-bookworm AS build WORKDIR /app diff --git a/backend/Dockerfile.auth-gateway b/backend/Dockerfile.auth-gateway index 4b3d21f7f..7a4c0cf51 100644 --- a/backend/Dockerfile.auth-gateway +++ b/backend/Dockerfile.auth-gateway @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.96.0-bookworm AS build +FROM docker.io/library/rust:1.97.0-bookworm AS build WORKDIR /app diff --git a/backend/Dockerfile.graph-proxy b/backend/Dockerfile.graph-proxy index 71bb18f16..f691e12f4 100644 --- a/backend/Dockerfile.graph-proxy +++ b/backend/Dockerfile.graph-proxy @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.96.0-bookworm AS build +FROM docker.io/library/rust:1.97.0-bookworm AS build ARG ARGO_SERVER_SCHEMA_URL diff --git a/backend/Dockerfile.sessionspaces b/backend/Dockerfile.sessionspaces index b5ab6483f..4fe40a185 100644 --- a/backend/Dockerfile.sessionspaces +++ b/backend/Dockerfile.sessionspaces @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.96.0-bookworm AS build +FROM docker.io/library/rust:1.97.0-bookworm AS build ARG DATABASE_URL diff --git a/backend/graph-proxy/.devcontainer/Dockerfile b/backend/graph-proxy/.devcontainer/Dockerfile index ba0a7d426..21fdfbfe0 100644 --- a/backend/graph-proxy/.devcontainer/Dockerfile +++ b/backend/graph-proxy/.devcontainer/Dockerfile @@ -1,3 +1,3 @@ -FROM docker.io/library/rust:1.96.0-bookworm +FROM docker.io/library/rust:1.97.0-bookworm RUN rustup component add rustfmt clippy diff --git a/backend/sessionspaces/.devcontainer/Dockerfile b/backend/sessionspaces/.devcontainer/Dockerfile index ba0a7d426..21fdfbfe0 100644 --- a/backend/sessionspaces/.devcontainer/Dockerfile +++ b/backend/sessionspaces/.devcontainer/Dockerfile @@ -1,3 +1,3 @@ -FROM docker.io/library/rust:1.96.0-bookworm +FROM docker.io/library/rust:1.97.0-bookworm RUN rustup component add rustfmt clippy diff --git a/frontend/.devcontainer/Dockerfile b/frontend/.devcontainer/Dockerfile index 12a039f0e..548e8a759 100644 --- a/frontend/.devcontainer/Dockerfile +++ b/frontend/.devcontainer/Dockerfile @@ -1 +1 @@ -FROM node:26.4-bookworm +FROM node:26.5-bookworm diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 0f9d64763..8a075f533 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -15,7 +15,7 @@ RUN yarn run --cwd=relay-workflows-lib relay COPY ./supergraph.graphql ./dashboard/supergraph.graphql RUN yarn run --cwd=dashboard build -FROM docker.io/library/nginx:1.31.1-alpine-slim as nginx +FROM docker.io/library/nginx:1.31.2-alpine-slim as nginx WORKDIR /app diff --git a/workflows-cli/.devcontainer/Dockerfile b/workflows-cli/.devcontainer/Dockerfile index c7f31926f..6fa517a41 100644 --- a/workflows-cli/.devcontainer/Dockerfile +++ b/workflows-cli/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.96.0-bookworm +FROM docker.io/library/rust:1.97.0-bookworm ENV WORKFLOWS_HOME="/workspace/workflows-cli"