Skip to content

Commit f9deae6

Browse files
fix(deps): update all non-major dependencies
1 parent d53a927 commit f9deae6

File tree

2 files changed

+1615
-1528
lines changed

2 files changed

+1615
-1528
lines changed

app/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is largely based on the template-application-flask Dockerfile and
22
# Next.js Docker example: https://github.com/vercel/next.js/blob/canary/examples/with-docker-compose
33
# =============================================================================
4-
FROM node:20.13.1-bullseye-slim AS base
4+
FROM node:20.15.0-bullseye-slim AS base
55
WORKDIR /app
66

77
# Install dependencies
@@ -56,7 +56,7 @@ RUN npm run build -- --no-lint
5656
# Run the Next.js server
5757
# =====================================
5858
# Use clean image for release, excluding any unnecessary files or dependencies
59-
FROM node:20.13.1-bullseye-slim AS release
59+
FROM node:20.15.0-bullseye-slim AS release
6060
WORKDIR /app
6161

6262
RUN apt-get update \

0 commit comments

Comments
 (0)