Skip to content

Commit 7e2f996

Browse files
fix(deps): update all non-major dependencies
1 parent d1a3540 commit 7e2f996

File tree

3 files changed

+231
-160
lines changed

3 files changed

+231
-160
lines changed

template/{{app_name}}/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.19.2-bullseye-slim AS base
4+
FROM node:20.19.4-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.19.2-bullseye-slim AS release
59+
FROM node:20.19.4-bullseye-slim AS release
6060
WORKDIR /app
6161

6262
RUN apt-get update \

0 commit comments

Comments
 (0)