Skip to content

Commit 83cc00d

Browse files
Merge pull request #518 from okp4/dependabot/docker/nginx-1.25.4-alpine
2 parents 6507887 + 4ca90db commit 83cc00d

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
@@ -9,7 +9,7 @@ COPY . .
99
RUN pnpm install --frozen-lockfile && pnpm build
1010

1111
#-------------
12-
FROM nginx:1.25.3-alpine
12+
FROM nginx:1.25.4-alpine
1313

1414
COPY nginx.conf /etc/nginx/conf.d/default.conf
1515
COPY --from=build /app/dist /usr/share/nginx/html

0 commit comments

Comments
 (0)