Skip to content

Commit

Permalink
update ionic, node LTS and gradle (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmastag authored and MichaelBitard committed Nov 2, 2017
1 parent be6fb9e commit ecd3cf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ionic-framework/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ LABEL maintainer="bitard [dot] michael [at] gmail [dot] com"

ENV DEBIAN_FRONTEND=noninteractive \
ANDROID_HOME=/opt/android-sdk-linux \
NODE_VERSION=8.8.1 \
NODE_VERSION=8.9.0 \
NPM_VERSION=5.5.1 \
IONIC_VERSION=3.15.2 \
IONIC_VERSION=3.16.0 \
CORDOVA_VERSION=7.1.0 \
GRADLE_VERSION=4.2.1
GRADLE_VERSION=4.3

# Install basics
RUN apt-get update && \
Expand Down

0 comments on commit ecd3cf4

Please sign in to comment.