Skip to content

Commit 2e3a03f

Browse files
Update nginx Docker tag to v1.25.1
1 parent 8d03062 commit 2e3a03f

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
@@ -14,7 +14,7 @@ ARG NEXT_PUBLIC_GIT_HASH=unknown
1414
RUN yarn ws:db run build
1515
RUN yarn ws:ui run build
1616

17-
FROM nginx:1.24.0-alpine
17+
FROM nginx:1.25.1-alpine
1818
EXPOSE 80
1919
COPY default.conf /etc/nginx/conf.d/default.conf
2020
COPY --from=build /app/ui/out /usr/share/nginx/html

0 commit comments

Comments
 (0)