Skip to content

Commit

Permalink
Merge pull request #518 from okp4/dependabot/docker/nginx-1.25.4-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
2 parents 6507887 + 4ca90db commit 83cc00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY . .
RUN pnpm install --frozen-lockfile && pnpm build

#-------------
FROM nginx:1.25.3-alpine
FROM nginx:1.25.4-alpine

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

0 comments on commit 83cc00d

Please sign in to comment.