Skip to content

Commit 802e884

Browse files
Bump nginx from 1.21.3 to 1.21.4
This changes the base image to Debian Bullseye, which means that one dependency was needed to be updated.
1 parent 6812bef commit 802e884

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/dockerhub_tags.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ are updated.
1717

1818
| Major | Minor | Patch | Nginx |
1919
| ----: | ----: | ----: | :----------------- |
20-
| 3 | 3.0 | 3.0.1 | 3.0.1-nginx1.21.3 |
20+
| 3 | 3.0 | 3.0.1 | 3.0.1-nginx1.21.4 |
21+
| | | | 3.0.1-nginx1.21.3 |
2122
| | | 3.0.0 | 3.0.0-nginx1.21.3 |
2223
| 2 | 2.4 | 2.4.1 | 2.4.1-nginx1.21.3 |
2324
| | | | 2.4.1-nginx1.21.1 |

src/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.21.3
1+
FROM nginx:1.21.4
22
LABEL maintainer="Jonas Alfredsson <jonas.alfredsson@protonmail.com>"
33

44
ENV CERTBOT_DNS_AUTHENTICATORS \
@@ -25,7 +25,7 @@ RUN set -ex && \
2525
build-essential \
2626
cargo \
2727
curl \
28-
libffi6 \
28+
libffi7 \
2929
libffi-dev \
3030
libssl-dev \
3131
openssl \

src/Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.21.3-alpine
1+
FROM nginx:1.21.4-alpine
22
LABEL maintainer="Jonas Alfredsson <jonas.alfredsson@protonmail.com>"
33

44
ENV CERTBOT_DNS_AUTHENTICATORS \

0 commit comments

Comments
 (0)