Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent 74647f7 commit 7acc430
Show file tree
Hide file tree
Showing 2 changed files with 1,890 additions and 1,818 deletions.
4 changes: 2 additions & 2 deletions app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is largely based on the template-application-flask Dockerfile and
# Next.js Docker example: https://github.com/vercel/next.js/blob/canary/examples/with-docker-compose
# =============================================================================
FROM node:20.11.0-bullseye-slim AS base
FROM node:20.12.0-bullseye-slim AS base
WORKDIR /app

# Install dependencies
Expand Down Expand Up @@ -56,7 +56,7 @@ RUN npm run build -- --no-lint
# Run the Next.js server
# =====================================
# Use clean image for release, excluding any unnecessary files or dependencies
FROM node:20.11.0-bullseye-slim AS release
FROM node:20.12.0-bullseye-slim AS release
WORKDIR /app

RUN apt-get update \
Expand Down
Loading

0 comments on commit 7acc430

Please sign in to comment.