Skip to content

Commit

Permalink
refactor: update base image labels
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Apr 14, 2019
1 parent 3f55e8c commit 4e2fd4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:10

LABEL name="Expo for Docker"
LABEL repository="https://github.com/bycedric/ci-expo"
LABEL homepage="https://github.com/bycedric/ci-expo/tree/master/base"
LABEL maintainer="Cedric van Putten <me+ci-[email protected]>"
LABEL repository="https://github.com/expo/expo-github-action"
LABEL homepage="https://github.com/expo/expo-github-action/blob/master/base"
LABEL maintainer="Cedric van Putten <me+expo-action@bycedric.com>"

RUN npm install --global expo-cli@2 \
&& npm cache rm --force \
Expand Down

0 comments on commit 4e2fd4d

Please sign in to comment.