Skip to content

Commit

Permalink
chore: bump Node versions to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedinsoh committed Sep 9, 2024
1 parent fc4e2a5 commit 01c8880
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/bot/.docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run Node.js on Alpine Linux
FROM node:20-alpine
FROM node:22-alpine

# Define the environment variables
ENV NODE_ENV=production
Expand Down
2 changes: 1 addition & 1 deletion services/bot/.docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run Node.js on Alpine Linux
FROM node:20-alpine
FROM node:22-alpine

# Define the environment variables
ENV NODE_ENV=development
Expand Down
2 changes: 1 addition & 1 deletion services/rest/.docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run Node.js on Alpine Linux
FROM node:20-alpine
FROM node:22-alpine

# Define the environment variables
ENV NODE_ENV=production
Expand Down
2 changes: 1 addition & 1 deletion services/rest/.docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run Node.js on Alpine Linux
FROM node:20-alpine
FROM node:22-alpine

# Define the environment variables
ENV NODE_ENV=development
Expand Down

0 comments on commit 01c8880

Please sign in to comment.