Skip to content

Commit 12045fc

Browse files
authored
update readme to reflect docker acquisition (#15)
1 parent 44914f0 commit 12045fc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ version: 2.1
22
jobs:
33
build:
44
docker:
5-
- image: tiltdev/tilt:latest
5+
- image: docker/tilt:latest
66

77
steps:
88
- checkout
99
- setup_remote_docker:
10-
version: 19.03.12
10+
version: 20.10.11
1111
- run: apt install -y python
1212
- run: apt install -y npm
1313
- run: npm install -g yarn

NOTICE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Tilt Example NodeJS
2+
Copyright 2022 Docker, Inc.
3+
4+
This product includes software developed at Docker, Inc. (https://www.docker.com).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ This progression of examples shows how to start, and incrementally update your p
2121

2222
## License
2323

24-
Copyright 2020 tilt.dev
24+
Copyright 2022 Docker, Inc.
2525

2626
Licensed under [the Apache License, Version 2.0](LICENSE)

0 commit comments

Comments
 (0)