File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77# ###########################################################
88
99# Docker multi-stage build
10- FROM mcr.microsoft.com/dotnet/sdk:8.0.409 -jammy AS builder
10+ FROM mcr.microsoft.com/dotnet/sdk:8.0.415 -jammy AS builder
1111WORKDIR /app
1212
1313# Copy csproj and restore (fetch dependencies) as distinct layers.
@@ -19,7 +19,7 @@ COPY . ./
1919RUN dotnet publish -c Release -o build
2020
2121# Build runtime image.
22- FROM mcr.microsoft.com/dotnet/aspnet:8.0.16 -jammy
22+ FROM mcr.microsoft.com/dotnet/aspnet:8.0.21 -jammy
2323
2424ENV ASPNETCORE_URLS=http://+:5000
2525ENV COMBINE_IS_IN_CONTAINER=1
Original file line number Diff line number Diff line change 77# ###########################################################
88
99# User guide build environment
10- FROM python:3.12.10 -slim-bookworm AS user_guide_builder
10+ FROM python:3.12.12 -slim-bookworm AS user_guide_builder
1111
1212ENV PYTHONDONTWRITEBYTECODE=1
1313ENV PYTHONUNBUFFERED=1
@@ -24,7 +24,7 @@ COPY docs/user_guide docs/user_guide
2424RUN tox -e user-guide
2525
2626# Frontend build environment.
27- FROM node:22.17.0 -bookworm-slim AS frontend_builder
27+ FROM node:22.21.1 -bookworm-slim AS frontend_builder
2828WORKDIR /app
2929
3030# Install app dependencies.
@@ -36,7 +36,7 @@ COPY . ./
3636RUN npm run build
3737
3838# Production environment.
39- FROM nginx:1.28.0
39+ FROM nginx:1.29.3
4040
4141WORKDIR /app
4242
Original file line number Diff line number Diff line change 55# - Intel/AMD 64-bit
66# - ARM 64-bit
77# ###########################################################
8- FROM mongo:7.0.20 -jammy
8+ FROM mongo:7.0.25 -jammy
99
1010WORKDIR /
1111
Original file line number Diff line number Diff line change 55# - Intel/AMD 64-bit
66# ###########################################################
77
8- FROM python:3.12.10 -slim-bookworm
8+ FROM python:3.12.12 -slim-bookworm
99
1010USER root
1111
You can’t perform that action at this time.
0 commit comments