File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.5
1
+ FROM alpine:3.7
2
2
3
3
LABEL maintainer
"Michal Cichra <[email protected] >"
4
- ENV LUA_VERSION=5.3 LUACHECK_VERSION=0.19.1
4
+ ENV LUA_VERSION=5.3 LUACHECK_VERSION=0.21.2
5
5
6
6
WORKDIR /tmp
7
7
COPY Gemfile* /tmp/
8
8
RUN adduser -D -H -h /code -u 9000 -s /bin/false app \
9
- && apk add --no-cache luarocks${LUA_VERSION} ruby-bundler ruby-json icu-libs zlib \
10
- lua${LUA_VERSION}-dev build-base curl ruby-dev icu-dev zlib-dev cmake \
9
+ && apk add --no-cache luarocks${LUA_VERSION} ruby-bundler ruby-json icu-libs zlib openssl \
10
+ && apk add --no-cache --virtual build-dependencies \
11
+ lua${LUA_VERSION}-dev build-base curl ruby-dev icu-dev zlib-dev openssl-dev cmake \
11
12
&& luarocks-${LUA_VERSION} install luacheck ${LUACHECK_VERSION} \
12
13
&& luarocks-${LUA_VERSION} install lua-cjson \
13
14
&& BUNDLE_SILENCE_ROOT_WARNING=1 bundle install --system \
14
- && apk del build-base curl lua${LUA_VERSION}-dev ruby-dev zlib-dev icu-dev cmake \
15
+ && apk del build-dependencies \
15
16
&& ln -s $(which lua${LUA_VERSION}) /usr/local/bin/lua
16
17
17
18
USER app
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- charlock_holmes (0.7.3 )
5
- escape_utils (1.1 .1 )
6
- github-linguist (5 .0.8 )
7
- charlock_holmes (~> 0.7.3 )
8
- escape_utils (~> 1.1 .0 )
4
+ charlock_holmes (0.7.6 )
5
+ escape_utils (1.2 .1 )
6
+ github-linguist (6 .0.1 )
7
+ charlock_holmes (~> 0.7.5 )
8
+ escape_utils (~> 1.2 .0 )
9
9
mime-types (>= 1.19 )
10
10
rugged (>= 0.25.1 )
11
11
mime-types (3.1 )
12
12
mime-types-data (~> 3.2015 )
13
13
mime-types-data (3.2016.0521 )
14
- rugged (0.25.1.1 )
14
+ rugged (0.27.0 )
15
15
16
16
PLATFORMS
17
17
ruby
@@ -20,4 +20,4 @@ DEPENDENCIES
20
20
github-linguist !
21
21
22
22
BUNDLED WITH
23
- 1.14.5
23
+ 1.16.1
You can’t perform that action at this time.
0 commit comments