Skip to content

Commit

Permalink
fix node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dflourusso committed Aug 9, 2019
1 parent 597beed commit c760222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node10-alpine/Dockerfile
@@ -1,4 +1,4 @@
FROM node:10.11-alpine
FROM node:10-alpine

LABEL Mantainer="Daniel Fernando Lourusso <dflourusso@gmail.com>"
LABEL Description="A docker image for expo-cli"
Expand Down
2 changes: 1 addition & 1 deletion node8-alpine/Dockerfile
@@ -1,4 +1,4 @@
FROM node:8.9-alpine
FROM node:8-alpine

LABEL Mantainer="Daniel Fernando Lourusso <dflourusso@gmail.com>"
LABEL Description="A docker image for expo-cli"
Expand Down

0 comments on commit c760222

Please sign in to comment.