Skip to content

Commit

Permalink
build(deps): bump node from 20.8.1-bullseye-slim to 21.5.0-bullseye-slim
Browse files Browse the repository at this point in the history
Bumps node from 20.8.1-bullseye-slim to 21.5.0-bullseye-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent c4555bf commit 1e059fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.8.1-bullseye-slim as base-with-encryption
FROM node:21.5.0-bullseye-slim as base-with-encryption

WORKDIR /cryptd

Expand All @@ -10,7 +10,7 @@ RUN apt-get update && \

########################################################################################################################

FROM node:20.8.1-bullseye-slim as build
FROM node:21.5.0-bullseye-slim as build

ARG COMMIT_SHA=<not-specified>
ENV NODE_ENV=production
Expand All @@ -30,7 +30,7 @@ RUN echo "crud-service: $COMMIT_SHA" >> ./commit.sha

# create a CRUD Service image that does not support automatic CSFLE
# and therefore it can be employed by everybody in any MongoDB product
FROM node:20.8.1-bullseye-slim as crud-service-no-encryption
FROM node:21.5.0-bullseye-slim as crud-service-no-encryption

# note: zlib can be removed once node image version is updated
RUN apt-get update \
Expand Down

0 comments on commit 1e059fa

Please sign in to comment.