Skip to content

Commit

Permalink
chore(deps): bump node from 18-slim to 21-slim
Browse files Browse the repository at this point in the history
Bumps node from 18-slim to 21-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent c9d6ccc commit 29cd2de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental
# BUILD IMAGE
FROM node:18
FROM node:21

RUN apt-get update && apt-get install -y \
build-essential \
Expand All @@ -14,7 +14,7 @@ RUN yarn build
RUN yarn install --check-files --frozen-lockfile --production --force # purge dev-dependencies

# DEPLOY IMAGE
FROM node:18-slim
FROM node:21-slim

RUN apt-get update && apt-get install -y \
libomniorb4-2 curl \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental
# BUILD IMAGE
FROM node:18-slim
FROM node:21-slim

RUN apt-get update && apt-get install -y \
build-essential \
Expand Down

0 comments on commit 29cd2de

Please sign in to comment.