Skip to content

Commit 0ef4cbb

Browse files
committed
node bump to v18 and v1.1.2
1 parent a0db5cc commit 0ef4cbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BUILD FOR LOCAL DEVELOPMENT
33
###################
44

5-
FROM node:16 As development
5+
FROM node:18 As development
66

77
# Create app directory
88
WORKDIR /usr/src/app
@@ -22,7 +22,7 @@ COPY . .
2222
# BUILD FOR PRODUCTION
2323
###################
2424

25-
FROM node:16 As build
25+
FROM node:18 As build
2626

2727
WORKDIR /usr/src/app
2828

@@ -47,7 +47,7 @@ RUN npm prune --production && npm cache clean --force
4747
# PRODUCTION
4848
###################
4949

50-
FROM node:16 As production
50+
FROM node:18 As production
5151

5252
WORKDIR /usr/src/app
5353

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "konzisite-api",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "",
55
"author": "Kir-Dev",
66
"private": true,

0 commit comments

Comments
 (0)