Skip to content

Commit

Permalink
Merge branch 'renovate/node-20.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Eltik committed Oct 19, 2023
2 parents e51ff3d + eb58893 commit 4914df9
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:19 as builder
FROM node:20 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:19.9-alpine as builder
FROM node:20.8-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:19 as builder
FROM node:20 as builder

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

0 comments on commit 4914df9

Please sign in to comment.