mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 09:46:05 +00:00
Merge pull request #23 from adampweb/master
Fixed base image vulnerability
This commit is contained in:
commit
0663c1c122
4
.gitignore
vendored
4
.gitignore
vendored
@ -32,3 +32,7 @@ tmp
|
||||
*.rbc
|
||||
|
||||
test.rb
|
||||
|
||||
# Dev environment
|
||||
.vscode
|
||||
*.code-workspace
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ruby:3.4.4-alpine
|
||||
FROM ruby:3.4.5-alpine
|
||||
USER root
|
||||
WORKDIR /build
|
||||
|
||||
|
||||
@ -31,6 +31,7 @@ module TidyBytes
|
||||
when 156 then [197, 147] # LATIN SMALL LIGATURE OE
|
||||
when 158 then [197, 190] # LATIN SMALL LETTER Z WITH CARON
|
||||
when 159 then [197, 184] # LATIN SMALL LETTER Y WITH DIAERESIS
|
||||
else nil # ANYTHING ELSE...
|
||||
end
|
||||
end.freeze
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user