Skip to content

Commit

Permalink
build(deps): bump node
Browse files Browse the repository at this point in the history
Bumps node from 20.16.0-bookworm-slim to 20.17.0-bookworm-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 Aug 23, 2024
1 parent c7d14a0 commit de7df30
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.16.0-bookworm-slim AS base-with-encryption
FROM node:20.17.0-bookworm-slim AS base-with-encryption

WORKDIR /cryptd

Expand All @@ -7,7 +7,7 @@ RUN curl https://downloads.mongodb.com/linux/mongo_crypt_shared_v1-linux-x86_64-

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

FROM node:20.16.0-bookworm-slim AS build
FROM node:20.17.0-bookworm-slim AS build

ARG COMMIT_SHA=<not-specified>
ENV NODE_ENV=production
Expand All @@ -27,7 +27,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.16.0-bookworm-slim AS crud-service-no-encryption
FROM node:20.17.0-bookworm-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 de7df30

Please sign in to comment.