Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 4c8f50c commit 210c54f
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:22

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:22-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:22-slim

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

0 comments on commit 210c54f

Please sign in to comment.