Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent bd6d39b commit 5954a49
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.12.2-bullseye-slim as base-with-encryption
FROM node:20.13.1-bullseye-slim as base-with-encryption

WORKDIR /cryptd

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

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

FROM node:20.12.2-bullseye-slim as build
FROM node:20.13.1-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.12.2-bullseye-slim as crud-service-no-encryption
FROM node:20.13.1-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 5954a49

Please sign in to comment.