Skip to content

Commit 62e21f3

Browse files
chore(deps): update nginx docker tag to v1.29
1 parent 535a14e commit 62e21f3

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
@@ -18,7 +18,7 @@ COPY . .
1818
RUN yarn build
1919

2020
# Production image, copy all the files and run next
21-
FROM nginx:1.20-alpine AS runner
21+
FROM nginx:1.29-alpine AS runner
2222
WORKDIR /app
2323

2424
COPY --from=builder /app/build /usr/share/nginx/html

0 commit comments

Comments
 (0)