Skip to content

Commit

Permalink
chore(deps): bump node from 18.18-alpine3.17 to 21.4-alpine3.17 in /cms
Browse files Browse the repository at this point in the history
Bumps node from 18.18-alpine3.17 to 21.4-alpine3.17.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 20, 2024
1 parent e95af58 commit def1bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18-alpine3.17
FROM node:21.4-alpine3.17
# Installing libvips-dev for sharp Compatibility
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev nasm bash vips-dev git
ARG NODE_ENV=development
Expand Down
4 changes: 2 additions & 2 deletions cms/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18-alpine3.17 as build
FROM node:21.4-alpine3.17 as build
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev vips-dev git > /dev/null 2>&1
ARG NODE_ENV=production
ENV NODE_ENV=${NODE_ENV}
Expand All @@ -16,7 +16,7 @@ WORKDIR /opt/app
COPY . .
RUN npm run build

FROM node:18.18-alpine3.17
FROM node:21.4-alpine3.17
RUN apk add --no-cache vips-dev
ARG NODE_ENV=production
ENV NODE_ENV=${NODE_ENV}
Expand Down

0 comments on commit def1bd3

Please sign in to comment.