mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
chore(deps): update ruby docker tag to v3.3.5
This commit is contained in:
parent
ffb121ff04
commit
9568d535b6
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:3.3.4
|
||||
FROM ruby:3.3.5
|
||||
ENV LANG=C.UTF-8
|
||||
ENV ENABLE_SERVICE_WORKER=true
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:3.3.4-alpine
|
||||
FROM ruby:3.3.5-alpine
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
ENV ENABLE_SERVICE_WORKER=true
|
||||
|
|
Loading…
Reference in a new issue