Skip to content

Commit 6b9ee5b

Browse files
chore(deps): update nginx docker tag to v1.27.2
1 parent 6294026 commit 6b9ee5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ COPY . /work
55
RUN bun install
66
RUN bun run build
77

8-
FROM nginx:1.27.1
8+
FROM nginx:1.27.2
99
COPY nginx.conf /etc/nginx/nginx.conf
1010
COPY --from=base /work/dist /www

0 commit comments

Comments
 (0)