No description
Find a file
dependabot[bot] c520915170
Bump tough-cookie from 4.0.0 to 4.1.3 in /react (#33)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-09 21:29:54 +02:00
elixir simple elixir example 2023-01-05 15:58:59 +01:00
go Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0 in /go (#32) 2023-05-05 09:41:07 +02:00
kotlin add kotlin example 2022-05-24 19:32:49 +02:00
node Bump qs from 6.7.0 to 6.11.0 in /node (#23) 2022-12-08 17:16:17 +01:00
python multi stage python build 2022-12-09 22:21:41 +01:00
react Bump tough-cookie from 4.0.0 to 4.1.3 in /react (#33) 2023-07-09 21:29:54 +02:00
rust Bump h2 from 0.3.13 to 0.3.17 in /rust (#31) 2023-04-13 21:37:36 +02:00
.gitignore examples 2021-09-16 16:35:04 +02:00
README.md update readme 2022-09-06 18:44:39 +02:00

🐳 Docker examples

Dockerfile examples for:

👷 Build a container

docker build -t $APPNAME:$VERSION .

🏃 Run a container

docker run --rm $APPNAME:$VERSION