We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecda0fe commit f1ad4a2Copy full SHA for f1ad4a2
docker/planet/builder-Dockerfile
@@ -1,9 +1,9 @@
1
-FROM treehouses/planet-base as builder
+FROM treehouses/planet-base AS builder
2
3
ARG LANGUAGE=""
4
-ENV LANG ${LANGUAGE}
+ENV LANG=${LANGUAGE}
5
ARG LANGUAGE2=""
6
-ENV LANG2 ${LANGUAGE2}
+ENV LANG2=${LANGUAGE2}
7
8
COPY docker/planet/scripts/ ./
9
COPY . .
package.json
@@ -1,10 +1,10 @@
{
"name": "planet",
"license": "AGPL-3.0",
- "version": "0.20.41",
+ "version": "0.20.42",
"myplanet": {
- "latest": "v0.33.52",
- "min": "v0.32.52"
+ "latest": "v0.33.66",
+ "min": "v0.32.66"
},
"scripts": {
10
"ng": "ng",
0 commit comments