Merge pull request #23 from adampweb/master

Fixed base image vulnerability
This commit is contained in:
Felipe 2025-07-21 14:44:43 -03:00 committed by GitHub
commit 0663c1c122
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

4
.gitignore vendored
View File

@ -32,3 +32,7 @@ tmp
*.rbc
test.rb
# Dev environment
.vscode
*.code-workspace

View File

@ -1,4 +1,4 @@
FROM ruby:3.4.4-alpine
FROM ruby:3.4.5-alpine
USER root
WORKDIR /build

View File

@ -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