Skip to content

Commit

Permalink
Merge pull request #3 from lucioerlan/renovate/node-12.x
Browse files Browse the repository at this point in the history
Update Node.js to v12.22.3
  • Loading branch information
lucioerlan committed Jul 23, 2021
2 parents e35f8bf + 174d2d2 commit 228896d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:12.10.0-alpine
FROM node:12.22.3-alpine

WORKDIR /usr/app

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -9,7 +9,7 @@ networks:

services:
server:
image: node:12.10.0-alpine
image: node:12.22.3-alpine
container_name: nodejs
expose:
- 5000
Expand Down

0 comments on commit 228896d

Please sign in to comment.