Skip to content

Commit 7304e50

Browse files
committed
fix: updated dockerfile node image
1 parent 93a9345 commit 7304e50

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

microservices/src/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM node:10
15+
FROM node:16
1616

1717
# Create app directory
1818
WORKDIR /usr/src/app

microservices/src/orders/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM node:10
15+
FROM node:16
1616

1717
# Create app directory
1818
WORKDIR /usr/src/app

microservices/src/products/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM node:10
15+
FROM node:16
1616

1717
# Create app directory
1818
WORKDIR /usr/src/app

monolith/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM node:10
15+
FROM node:16
1616

1717
# Create app directory
1818
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)