Skip to content

Commit 29de87c

Browse files
Bump nginx from 1.29.3-alpine to 1.29.4-alpine
Bumps nginx from 1.29.3-alpine to 1.29.4-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.4-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e90a7c8 commit 29de87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN cd /shlink-api-spec && \
44
npm ci && \
55
npm run build
66

7-
FROM nginx:1.29.3-alpine
7+
FROM nginx:1.29.4-alpine
88
LABEL maintainer="Alejandro Celaya <[email protected]>"
99
RUN rm -r /usr/share/nginx/html && rm /etc/nginx/conf.d/default.conf
1010
COPY config/docker/nginx.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)