Skip to content

Commit 1a7a7d1

Browse files
chore(deps): update nginx docker tag to v1.27.5 (#613)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a94d6f3 commit 1a7a7d1

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
@@ -12,6 +12,6 @@ COPY . ./
1212

1313
RUN npm run build
1414

15-
FROM nginx:1.27.4-alpine
15+
FROM nginx:1.27.5-alpine
1616

1717
COPY --from=builder /app/_site /usr/share/nginx/html

0 commit comments

Comments
 (0)