Skip to content

Commit

Permalink
Merge pull request #5 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 83a9ad8 + 1c794e6 commit 94264e6
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
environment:
- WSDL_CORREIOS=https://apps.correios.com.br/SigepMasterJPA/AtendeClienteService
Expand Down

0 comments on commit 94264e6

Please sign in to comment.