Skip to content

Commit ed50204

Browse files
committed
Update docker base images, copyright year, add self to maintainers
1 parent 2da05d7 commit ed50204

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013-2021 Thibaut Courouble and other contributors
1+
Copyright 2013-2022 Thibaut Courouble and other contributors
22

33
This Source Code Form is subject to the terms of the Mozilla Public
44
License, v. 2.0. If a copy of the MPL was not distributed with this

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM ruby:2.7.6
2-
1+
FROM ruby:3.1.2
32
ENV LANG=C.UTF-8
43
ENV ENABLE_SERVICE_WORKER=true
54

Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.6-alpine
1+
FROM ruby:3.1.2-alpine
22

33
ENV LANG=C.UTF-8
44
ENV ENABLE_SERVICE_WORKER=true

docs/maintainers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ In order to deploy DevDocs, you must:
3232
- be given access to DevDocs's [Sentry instance](https://sentry.io/devdocs/devdocs-js/) (for JS error tracking) and familiarize yourself with its UI.
3333

3434
- be provided with DevDocs's S3 credentials, and install (`brew install awscli` on macOS) and [configure](https://docs.aws.amazon.com/cli/latest/reference/configure/) the AWS CLI on your computer. The configuration must add a named profile called "devdocs":
35+
3536
```
3637
aws configure --profile devdocs
3738
```

0 commit comments

Comments
 (0)