File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- --build-arg LUAROCKS_VERSION=3.8.0 --build-arg LUAROCKS_SHA=ab6612ca9ab87c6984871d2712d05525775e8b50172701a0a1cabddf76de2be7
1
+ --build-arg LUAROCKS_VERSION=418d2ab34891b130cc317df32f65f978640febcf --build-arg LUAROCKS_SHA=5466eb5663620ef292090148adf1ab53a4fb2ff93780dca3e49f05c92d4d3a38
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ ARG BASE_IMAGE
2
2
3
3
FROM ${BASE_IMAGE}
4
4
5
- RUN apk update && apk upgrade && apk add -U --no-cache perl curl make unzip
5
+ RUN apk update && apk upgrade && apk add -U --no-cache perl curl make unzip wget
6
6
7
7
ARG LUAROCKS_VERSION
8
8
ARG LUAROCKS_SHA
9
9
10
10
RUN wget -O /tmp/luarocks.tgz \
11
- https://github.com/luarocks/luarocks/archive/v ${LUAROCKS_VERSION}.tar.gz \
11
+ https://github.com/luarocks/luarocks/archive/${LUAROCKS_VERSION}.tar.gz \
12
12
&& echo "${LUAROCKS_SHA} */tmp/luarocks.tgz" | sha256sum -c - \
13
13
&& tar -C /tmp -xzf /tmp/luarocks.tgz \
14
14
&& cd /tmp/luarocks* \
@@ -17,4 +17,4 @@ RUN wget -O /tmp/luarocks.tgz \
17
17
18
18
RUN luarocks install lua-resty-template
19
19
20
- COPY nginx.conf /etc/nginx/nginx.conf
20
+ COPY nginx.conf /etc/nginx/nginx.conf
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ build: builder
38
38
--build-arg K8S_RELEASE=v1.33.1 \
39
39
--build-arg RESTY_CLI_VERSION=0.27 \
40
40
--build-arg RESTY_CLI_SHA=e5f4f3128af49ba5c4d039d0554e5ae91bbe05866f60eccfa96d3653274bff90 \
41
- --build-arg LUAROCKS_VERSION=3.8.0 \
42
- --build-arg LUAROCKS_SHA=ab6612ca9ab87c6984871d2712d05525775e8b50172701a0a1cabddf76de2be7 \
41
+ --build-arg LUAROCKS_VERSION=418d2ab34891b130cc317df32f65f978640febcf \
42
+ --build-arg LUAROCKS_SHA=5466eb5663620ef292090148adf1ab53a4fb2ff93780dca3e49f05c92d4d3a38 \
43
43
--build-arg CHART_TESTING_VERSION=3.8.0 \
44
44
--build-arg YAML_LINT_VERSION=1.33.0 \
45
45
--build-arg YAMALE_VERSION=4.0.4 \
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ RUN wget -qO /tmp/resty_cli.tgz \
81
81
&& rm -rf /tmp/*
82
82
83
83
RUN wget -qO /tmp/luarocks.tgz \
84
- https://github.com/luarocks/luarocks/archive/v ${LUAROCKS_VERSION}.tar.gz \
84
+ https://github.com/luarocks/luarocks/archive/${LUAROCKS_VERSION}.tar.gz \
85
85
&& echo "${LUAROCKS_SHA} */tmp/luarocks.tgz" | sha256sum -c - \
86
86
&& tar -C /tmp -xzf /tmp/luarocks.tgz \
87
87
&& cd /tmp/luarocks* \
You can’t perform that action at this time.
0 commit comments