Skip to content

Commit

Permalink
chore(deps): update node.js to v22.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 25dcc35 commit 0533e64
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM node:22.13.0-bullseye-slim AS builder
FROM node:22.13.1-bullseye-slim AS builder

# Configure build dependencies in a single layer
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -37,7 +37,7 @@ RUN cp -R build/src/* src/. && \
rm -r build

# Runtime stage
FROM node:22.13.0-bullseye-slim
FROM node:22.13.1-bullseye-slim

# Install only runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM node:22.13.0-alpine AS builder
FROM node:22.13.1-alpine AS builder

# Configure build dependencies
RUN apk add --no-cache --virtual .build-dependencies \
Expand Down Expand Up @@ -36,7 +36,7 @@ RUN cp -R build/src/* src/. && \
rm -r build

# Runtime stage
FROM node:22.13.0-alpine
FROM node:22.13.1-alpine

# Install runtime dependencies
RUN apk add --no-cache su-exec shadow
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"@types/jsdom": "21.1.7",
"@types/mime-types": "2.1.4",
"@types/multer": "1.4.12",
"@types/node": "22.10.7",
"@types/node": "22.10.8",
"@types/react": "18.3.18",
"@types/safe-compare": "1.1.2",
"@types/sanitize-html": "2.13.0",
Expand Down

0 comments on commit 0533e64

Please sign in to comment.