File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- ## 1.19.3.1-7
4
+ ## 1.19.3.1-8
5
5
6
6
* "Fat" images now have RESTY_FAT_IMAGE_BASE label (#179 )
7
7
* Upgrade LuaRocks to 3.7.0
8
8
9
+ ## 1.19.3.1-7
10
+
11
+ * skipped because of my CI mistakes, use 1.19.3.1-8
12
+
9
13
## 1.19.3.1-6
10
14
11
15
* Upgrade OpenSSL to 1.1.1k for built-from-source images (alpine, bionic, focal)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ARG RESTY_LUAROCKS_VERSION="3.7.0"
21
21
22
22
LABEL maintainer="Evan Wies <evan@neomantra.net>"
23
23
LABEL resty_fat_image_base="${RESTY_FAT_IMAGE_BASE}"
24
- LABEL resty_fat_image_tag="${RESTY_FAT_IMAGE_BASE }"
24
+ LABEL resty_fat_image_tag="${RESTY_FAT_IMAGE_TAG }"
25
25
LABEL resty_luarocks_version="${RESTY_LUAROCKS_VERSION}"
26
26
27
27
RUN apk add --no-cache --virtual .build-deps \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG RESTY_FAT_IMAGE_TAG="buster"
17
17
18
18
LABEL maintainer="Evan Wies <evan@neomantra.net>"
19
19
LABEL resty_fat_image_base="${RESTY_FAT_IMAGE_BASE}"
20
- LABEL resty_fat_image_tag="${RESTY_FAT_IMAGE_BASE }"
20
+ LABEL resty_fat_image_tag="${RESTY_FAT_IMAGE_TAG }"
21
21
22
22
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
23
23
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments