Skip to content

Commit 504ec97

Browse files
authored
Merge pull request #756 from shlinkio/dependabot/docker/nginx-1.29.4-alpine
Bump nginx from 1.29.3-alpine to 1.29.4-alpine
2 parents 40de18a + 29de87c commit 504ec97

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)