We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe02b6 commit bfdfe74Copy full SHA for bfdfe74
scanners/screenshooter/scanner/Dockerfile
@@ -4,7 +4,7 @@
4
5
# This is using debian rather than alpine, as firefox on alpine seems to be missing some crucial fonts.
6
# This lets the screenshots taken on alpine look weird
7
-FROM debian
+FROM debian:12.0
8
RUN apt-get update && apt-get install firefox-esr -y
9
RUN groupadd -g 1001 screenshooter \
10
&& useradd -M -u 1001 -g 1001 securecodebox
0 commit comments