Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Commit

Permalink
Merge pull request #76 from tim-hat-die-hand-an-der-maus/renovate/ngi…
Browse files Browse the repository at this point in the history
…nx-1.x
  • Loading branch information
torbencarstens authored Aug 22, 2023
2 parents e13bc5b + 36a48a3 commit 760b358
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 @@ -15,6 +15,6 @@ RUN sed -i -e "s#__commit_sha__#$GITHUBSHA#g" src/App.vue
RUN yarn install
RUN yarn build

FROM nginx:1.23-alpine
FROM nginx:1.25-alpine

COPY --from=builder /usr/src/app/dist /usr/share/nginx/html

0 comments on commit 760b358

Please sign in to comment.