Skip to content

Commit d7bdb74

Browse files
authored
Merge pull request #38 from flighttrackr/dependabot/docker/nginx-1.27.4-alpine
Bump nginx from 1.27.3-alpine to 1.27.4-alpine
2 parents fec06cc + e35a945 commit d7bdb74

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
@@ -24,7 +24,7 @@ RUN find /app -type d -exec chmod 755 {} \; && \
2424

2525

2626
# Release
27-
FROM nginx:1.27.3-alpine AS release
27+
FROM nginx:1.27.4-alpine AS release
2828

2929
# Workdir
3030
WORKDIR /app

0 commit comments

Comments
 (0)