Skip to content

Commit 2849161

Browse files
committed
fix RESTY_FAT_IMAGE_TAG
1 parent f235f11 commit 2849161

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Changelog
22
=========
33

4-
## 1.19.3.1-7
4+
## 1.19.3.1-8
55

66
* "Fat" images now have RESTY_FAT_IMAGE_BASE label (#179)
77
* Upgrade LuaRocks to 3.7.0
88

9+
## 1.19.3.1-7
10+
11+
* skipped because of my CI mistakes, use 1.19.3.1-8
12+
913
## 1.19.3.1-6
1014

1115
* Upgrade OpenSSL to 1.1.1k for built-from-source images (alpine, bionic, focal)

alpine/Dockerfile.fat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG RESTY_LUAROCKS_VERSION="3.7.0"
2121

2222
LABEL maintainer="Evan Wies <evan@neomantra.net>"
2323
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}"
2525
LABEL resty_luarocks_version="${RESTY_LUAROCKS_VERSION}"
2626

2727
RUN apk add --no-cache --virtual .build-deps \

buster/Dockerfile.fat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG RESTY_FAT_IMAGE_TAG="buster"
1717

1818
LABEL maintainer="Evan Wies <evan@neomantra.net>"
1919
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}"
2121

2222
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
2323
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)