Skip to content

Commit 3e197e8

Browse files
Update debian Docker tag to v13
1 parent 0203fec commit 3e197e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scanners/screenshooter/scanner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# This is using debian rather than alpine, as firefox on alpine seems to be missing some crucial fonts.
66
# This lets the screenshots taken on alpine look weird
7-
FROM debian:12.11
7+
FROM debian:13.0
88
RUN apt-get update && apt-get install firefox-esr -y
99
RUN groupadd -g 1001 screenshooter \
1010
&& useradd -M -u 1001 -g 1001 securecodebox

0 commit comments

Comments
 (0)