Skip to content
Snippets Groups Projects
Commit 193e10aa authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix docker file

parent 430eb211
No related branches found
No related tags found
1 merge request!647[enh] If node unreachable, select a random UP fallback peer
FROM node:12 FROM node:12
LABEL maintainer="benoit [dot] lavenier [at] e-is [dot] pro" LABEL maintainer="benoit [dot] lavenier [at] e-is [dot] pro"
LABEL version="1.6.12" LABEL version="1.7.0-rc1"
LABEL description="Cesium Wallet for Ğ1 libre currency" LABEL description="Cesium Wallet for Ğ1 libre currency"
ARG CESIUM_VER="1.6.12" ARG CESIUM_VER="1.7.0-rc1"
ENV DEBIAN_FRONTEND=noninteractive \ ENV DEBIAN_FRONTEND=noninteractive \
NODE_VERSION=12.21.0 \ NODE_VERSION=12.22.8 \
NPM_VERSION=7.14.0 \ NPM_VERSION=8.3.0 \
YARN_VERSION=1.22.10 \ YARN_VERSION=1.22.17 \
IONIC_CLI_VERSION=6.16.3 \ IONIC_CLI_VERSION=6.19.1 \
CORDOVA_VERSION=10.0.0 \ CORDOVA_VERSION=10.0.0 \
GRADLE_VERSION=6.5.1 \ GRADLE_VERSION=6.5.1 \
GULP_VERSION=4.0.2 GULP_VERSION=4.0.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment