Skip to content

Commit 2a339ad

Browse files
dependabot[bot]JonasAlfredsson
authored andcommitted
Bump nginx from 1.27.3-alpine to 1.27.4-alpine in /src
Bumps nginx from 1.27.3-alpine to 1.27.4-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 207daa0 commit 2a339ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Dockerfile

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

44
ENV CERTBOT_DNS_AUTHENTICATORS="\

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.27.3-alpine
1+
FROM nginx:1.27.4-alpine
22
LABEL maintainer="Jonas Alfredsson <jonas.alfredsson@protonmail.com>"
33

44
ENV CERTBOT_DNS_AUTHENTICATORS="\

0 commit comments

Comments
 (0)