Skip to content

Commit

Permalink
Merge pull request #501 from okp4/dependabot/docker/nginx-1.25.3-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
2 parents 6fa372c + 2e9a249 commit c39921a
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.2-alpine
FROM nginx:1.25.3-alpine

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

0 comments on commit c39921a

Please sign in to comment.