Skip to content

Commit 4b58d9e

Browse files
chore(deps): update debian docker tag to v13.4
1 parent 4ef6339 commit 4b58d9e

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.3
7+
FROM debian:13.4
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)