Skip to content

Commit 06967a8

Browse files
dogilmmrssa
andauthored
Version 0.12.3 (#7017)
Co-authored-by: Laxman Maharjan <email@mlaxman.com.np>
1 parent 4ba27bf commit 06967a8

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ _use_nodejs: &_use_nodejs
2525
sudo: required
2626
dist: xenial
2727
branches:
28-
except:
29-
- l10n_master
28+
only:
29+
- master
3030
services:
3131
- docker
3232
env:

docker/planet/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN apk add --no-cache \
88
ca-certificates=20191127-r2 \
99
nghttp2-libs=1.35.1-r2 \
1010
libssh2=1.9.0-r1 \
11-
libcurl=7.64.0-r3 \
12-
curl=7.64.0-r3 \
13-
oniguruma=6.9.4-r0 \
11+
libcurl=7.64.0-r5 \
12+
curl=7.64.0-r5 \
13+
oniguruma=6.9.4-r1 \
1414
jq=1.6-r0 \
1515
openssl=1.1.1g-r0
1616

docker/planet/rpi-Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache \
99
libssh2=1.8.2-r0 \
1010
libcurl=7.64.0-r2 \
1111
curl=7.64.0-r2 \
12-
oniguruma=6.9.4-r0 \
12+
oniguruma=6.9.4-r1 \
1313
jq=1.6-r0 \
1414
openssl=1.1.1g-r0
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "planet-app",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"license": "AGPL-3.0",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)