Skip to content

Commit 9facf6a

Browse files

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
@@ -21,7 +21,7 @@ FROM dependencies AS build
2121
COPY . .
2222
RUN npm run build:docker
2323

24-
FROM nginx:1.25.3-alpine as release
24+
FROM nginx:1.27.3-alpine as release
2525

2626
COPY --from=build /app/dist /usr/share/nginx/html
2727
COPY --from=build /app/scripts/docker-init.sh /

0 commit comments

Comments
 (0)