Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/playwright docker tag to v1.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 25, 2023
1 parent 3d562ae commit e626d85
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.36.1
FROM mcr.microsoft.com/playwright:v1.36.2
WORKDIR /app
ENV NODE_ENV=production
COPY package.json .
Expand Down

0 comments on commit e626d85

Please sign in to comment.