Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/playwright docker tag to v1.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 13, 2024
1 parent 2e20a12 commit bf95668
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 @@ -11,7 +11,7 @@ RUN npm ci --ignore-scripts
RUN npm run build
RUN chmod +x ./dist/index.js

FROM mcr.microsoft.com/playwright:v1.47.0
FROM mcr.microsoft.com/playwright:v1.47.1
WORKDIR /app
ENV NODE_ENV=production
COPY package.json .
Expand Down

0 comments on commit bf95668

Please sign in to comment.