Skip to content

Commit 6f615ec

Browse files
Update debian Docker tag to v13.2
1 parent 803726d commit 6f615ec

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:13.1
7+
FROM debian:13.2
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)