Skip to content

Commit def1bd3

Browse files
chore(deps): bump node from 18.18-alpine3.17 to 21.4-alpine3.17 in /cms
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] <[email protected]>
1 parent e95af58 commit def1bd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cms/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.18-alpine3.17
1+
FROM node:21.4-alpine3.17
22
# Installing libvips-dev for sharp Compatibility
33
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev nasm bash vips-dev git
44
ARG NODE_ENV=development

cms/Dockerfile.prod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.18-alpine3.17 as build
1+
FROM node:21.4-alpine3.17 as build
22
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev vips-dev git > /dev/null 2>&1
33
ARG NODE_ENV=production
44
ENV NODE_ENV=${NODE_ENV}
@@ -16,7 +16,7 @@ WORKDIR /opt/app
1616
COPY . .
1717
RUN npm run build
1818

19-
FROM node:18.18-alpine3.17
19+
FROM node:21.4-alpine3.17
2020
RUN apk add --no-cache vips-dev
2121
ARG NODE_ENV=production
2222
ENV NODE_ENV=${NODE_ENV}

0 commit comments

Comments
 (0)