diff --git a/services/auth-ui/Dockerfile b/services/auth-ui/Dockerfile index 3247d8027..f006cf2f5 100644 --- a/services/auth-ui/Dockerfile +++ b/services/auth-ui/Dockerfile @@ -1,7 +1,7 @@ ################################ # Build assets ################################ -FROM node:26.3.0-alpine AS builder +FROM node:26.3.1-alpine AS builder ARG VITE_SENTRY_DSN diff --git a/services/auth-ui/Dockerfile.dev b/services/auth-ui/Dockerfile.dev index 113d52eca..3d9f389ca 100644 --- a/services/auth-ui/Dockerfile.dev +++ b/services/auth-ui/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM node:26.3.0-alpine +FROM node:26.3.1-alpine WORKDIR /app COPY . .