Skip to content

Commit

Permalink
fix: e2e/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and sdzh-atlassian committed Jan 7, 2025
1 parent 5f95622 commit 0b92893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20
FROM node:20.18.1-bookworm-slim

# Install dependencies and xvfb
RUN apt-get update && apt-get install -y wget gpg xvfb xauth --no-install-recommends
Expand Down

0 comments on commit 0b92893

Please sign in to comment.