Skip to content

Commit

Permalink
chore(deps): update node.js to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent 5c06e53 commit d42ffea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20 as builder
FROM node:21 as builder

LABEL version="1.0.0"
LABEL description="Consumet API (fastify) Docker Image"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.8-alpine as builder
FROM node:21.3-alpine as builder

LABEL version="1.0.0"
LABEL description="Consumet API (fastify) Docker Image"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.distroless
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20 as builder
FROM node:21 as builder

LABEL version="1.0.0"
LABEL description="Consumet API (fastify) Docker Image"
Expand Down

0 comments on commit d42ffea

Please sign in to comment.