Skip to content

Commit f1ad4a2

Browse files
authored
all: smoother planet build dockerfile (fixes #9188) (#9173)
1 parent ecda0fe commit f1ad4a2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docker/planet/builder-Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM treehouses/planet-base as builder
1+
FROM treehouses/planet-base AS builder
22

33
ARG LANGUAGE=""
4-
ENV LANG ${LANGUAGE}
4+
ENV LANG=${LANGUAGE}
55
ARG LANGUAGE2=""
6-
ENV LANG2 ${LANGUAGE2}
6+
ENV LANG2=${LANGUAGE2}
77

88
COPY docker/planet/scripts/ ./
99
COPY . .

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.20.41",
4+
"version": "0.20.42",
55
"myplanet": {
6-
"latest": "v0.33.52",
7-
"min": "v0.32.52"
6+
"latest": "v0.33.66",
7+
"min": "v0.32.66"
88
},
99
"scripts": {
1010
"ng": "ng",

0 commit comments

Comments
 (0)